Help for this page

Select Code to Download


  1. or download this
    for my $file (reverse @ARGV) {
       read_backward_and_print($file);
    }
    
  2. or download this
    die "Usage: $0 FILENAMES\n" unless @ARGV >= 2;