#!/usr/bin/perl6 my @list='a' .. 'z'; my @list2=@list[5,6,8,11]; @list2».say;
g i l f
RSS stdin@perl6.su © Alexius Karmanov, 2010-2011