Re: [MacPerl-WebCGI] well split!!!

[email protected] ("Jefferson R. Lowrey") Wed, 7 Mar 2001 14:13:44 -0600 (CST)
Newsgroups perl.macperl.webcgi
Message-ID <[email protected]>
Tedd -
You might try looking at DBI and in particular using DBD:CSV.  I know it means 'comma separated values', but you can use other separators.  Then you can follow the examples, and not have to worry about splitting lines properly and assigning things to values and etc.  

One caveat, I don't know for sure that DBD::CSV works on MacPerl (I hope it does?)

-Jeff Lowrey