Help for this page

Select Code to Download


  1. or download this
    % cat myfile.txt | myprogram.pl
    
  2. or download this
    % myprogram.pl < myfile.txt
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
    #...
    exit;