Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my @list = qw(one two three four);
    ...
    print all in @ra: two done
    print all in @ra: three done
    print all in @ra: four done
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my @list = qw(one two three four);
    ...
    print all in @ra: one two done
    print all in @ra: one two three done
    print all in @ra: one two three four done