Help for this page

Select Code to Download


  1. or download this
    perl -e '@set=qw(a b c d);for (@set[0..$#set - 1]){print "$_\n";}'
    a
    b
    c