in reply to DBI/load data infile issue
I realize you won't get the total counts before parsing, but you could see if the load into memory had something to do with it.open (IN, "/home/reports/ftp/WSB/test.txt"); .... while ( <IN> ) { my $line = $_; .... }
Edit by castaway: Closed small tag in signature
|
|---|