Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my @ra = qw(first second some other stuff penultimate ultimate);
    ...
     printf qq{$_ } for @ra[ 1, 0, -2, -1 ];
    "
    second first penultimate ultimate