> PROBLEM  -  unresolved error messages...
>
> $line= 1,6.944,"methane",29.6576,70617.28,"*BB",8533.32,2381.0883,0.21
> I use split (/,/,$line) to send each of the nine elements to an array.

Try quotes enclosing the entire string and a semicolon at the end of the line,
and 'use diagnostics -verbose;'.  You'll have to escape or remove the quotes
already there.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to