foreach (map $_, @file) { my $test = pop (@file); print $test; } [download]
In reply to Re^2: Using Push and Pop. - response to update by ikegami in thread Using Push and Pop. by dark314