Help for this page

Select Code to Download


  1. or download this
    open a text file (tab delimited)
    look for a name in the first column
    get the row that has the name so i can do stuff to it.
    
  2. or download this
    open a text file
    while I read a line from the file
        look for a name in the first column
        if the name is what I want, do stuff to the row 
    end while
    
  3. or download this
    # still pseudo-code here
    open inputFile or die
    ...
        }
    }
    close file