Hi,
 I am trying to read data from the form's text field
using PERL script. Following is the perl code I am
using,
#!/usr/local/bin/perl

use CGI;

$cgiobject = new CGI; 
$userphone=$cgiobject->param("textfield"); 

print qq#
welcome me !
$userphone 
#;

"textfield" is a multiline text box in the form.
But, when I read it in the script, the textfield
looses the extra spaces or paragraph spaces from the
textfield. Will it be possible to get the data as it
is filled in the text field ??
Thanks,
Prashant 


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to