0: @list=("a","b","c"); 1: reverse @list; 2: foreach(@list){ 3: print $_,"\n"; 4: }
In reply to perlcraft testnode3 by gods