Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to pass the data in an array

0 views
Skip to first unread message

Chen Li

unread,
Aug 29, 2006, 4:54:00 PM8/29/06
to beginn...@perl.org
Dear all,

I am new to this list. I have a CGI script and I want
to analyze the data from textarea. What I try to is to
copy some data from Excel and paste them in the
textarea. After pass them into param method I want to
process the data line by line. Which code line does
this job?

Thanks,

Li

The follow is the file format pasted into textarea:

1 2 3
1 2 3
1 2 3

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Chicken Master

unread,
Sep 8, 2006, 3:40:35 PM9/8/06
to
Take a look at the split function

http://perldoc.perl.org/functions/split.html

0 new messages