Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Textarea boxes in CGI

by cfreak (Chaplain)
on Jun 17, 2003 at 19:00 UTC ( [id://266597]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $textarea = $q->param('textarea');
    my $textarea =~ s/\r//g;  # get rid of any \r characters
    my @array = split(/\n/,$textarea);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://266597]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found