Help for this page

Select Code to Download


  1. or download this
        my @db_values = split (/,/,$entry);
    
        next unless ( @db_values == 7 );  ## add this line
    
        $DB->sql("INSERT INTO Files ... ");