Help for this page

Select Code to Download


  1. or download this
    my_program inputfile outputfile
    
  2. or download this
    my $whatever = <>;
    
  3. or download this
               while (<>) {
                   ...                     # code for each line
    ...
                       ...         # code for each line
                   }
               }