Hi Ken,

>> how can I parse a csv-file where the entries are seperated with  | .
>> The scripts later should put them into a mysql-database using dbi.
> 
> if it just splitting:
> 
>     @data = split( /\|/, $line );

I see you are working with array. The using of the for each-loop must be
possible for later processing and the selection of the arraycontent into
different databasefields.

Regards,
Ruprecht


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to