[EMAIL PROTECTED] wrote:
Hello everyone.
How would you recall values from a comma seaparated spreadsheet. I'm gathering data and it's being saved to a .txt file, but I want to display the information dynamicaly and perhaps manupuliate it a bit. Thanks-Michael




use Text::CSV;
(which works fine for simple things)

-or-

ppm> search CSV

-or-

>perl -MCPAN -e shell
cpan>m /CSV/

... or, like that. '-)

HTH

-- mike higgins

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to