Help for this page

Select Code to Download


  1. or download this
    foreach (@file) { my $test = pop (@file); print $test; }
    
  2. or download this
    while (@file) { my $test = pop (@file); print $test; }