Help for this page

Select Code to Download


  1. or download this
    LOAD DATA
    INFILE <table>.txt
    INTO TABLE <table>
    ...
      surname        POSITION(10:34)        CHAR(25)
      given_names        POSITION(35-59)        CHAR(25)
    )
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      }
    }
    closedir(DIR);