![]() |
|
P is for Practical | |
PerlMonks |
Re: Extract data from pipe delimited textby simeon2000 (Monk) |
on Jul 19, 2002 at 16:21 UTC ( #183293=note: print w/replies, xml ) | Need Help?? |
If I remember correctly (which doesn't always happen), I believe Mysql STDOUT query output (which is what you, I believe, are parsing), uses "\s+|\s+" in between columns. Unless you are just talking about a flat file with pipe as the delimeter that you can THEN slap into mysql, wherein I believe
would get the job done.
In Section
Seekers of Perl Wisdom
|
|