for my $f (reverse @file) { print $f; } [download]
while (@file) { print pop @file; } [download]
In reply to Re: Using Push and Pop. by imp in thread Using Push and Pop. by dark314