Help for this page

Select Code to Download


  1. or download this
    ($filename, $line) = @ARGV;
    
    ...
    
    }
    print $input;
    
  2. or download this
    @lines = <FILE>;
    $desired_line = $lines[$LINE_NUMBER];