Help for this page

Select Code to Download


  1. or download this
    die "Usage: mytest filename [filename [...]]\n" unless @ARGV;
    
    while     ( <> ) { print "$ARGV($.): $_" }
    continue         { close ARGV  if eof    }