Help for this page

Select Code to Download


  1. or download this
    my $string = join '', 'a'..'z';
    my @fields = $string =~ /.{1,3}/g;
    my @fields2 = grep {$a=!$a} @fields;