Help for this page

Select Code to Download


  1. or download this
    while (<@ARGV>)
    {
      ...
    }
    
  2. or download this
    while (<>)
    {
      ...
    }
    
  3. or download this
    your_script  file1 file2 file3
    
    cat file1 file2 file3 | your_script
    
  4. or download this
    other_process | your_script