Help for this page

Select Code to Download


  1. or download this
    open(INFILE,"cat textfile |")
    while(<INFILE>) {...}
    
  2. or download this
    open(INFILE,"textfile")
    while(<INFILE>) {...}
    
  3. or download this
    system("cat textfile | filter.pl")