Help for this page

Select Code to Download


  1. or download this
    my @array = (split/\n/, $data);
    
    my $firstmatch = $array[3];
    my $secondmatch = $array[4];
    
  2. or download this
    Open the file
    split the records
    parse this data 
    insert it into db
    close file