Help for this page

Select Code to Download


  1. or download this
    open FH, "<database.txt" or die;
    <FH>;   # ignore header line of CSV file
    ...
      ## put remainder of code here
    
    }