Help for this page
Select Code to Download
Select
or
download this
for my $f (reverse @file) { print $f; }
Select
or
download this
while (@file) { print pop @file; }