How you get the data? From a CGI-FORM? or STDIN?
Suppose you get the data from a string format...
I will do in this way..
$value_list =~ s/,/COMMA/eg;
@data = split(/,/, $value_list);
... expressions.
... expressions.
... expressions.
($d0_value0, d0_$value1, $d0_value2) = split(/CO
I think you may try to use :
print "Content-type: text/html\n\n";
print "...";
print "other statements";
- Original Message -
From: Derek Duhon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 03, 2001 11:29 AM
Subject: problem
I have a print statement that pr
ED]>
To: Derek Duhon <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 2:23 PM
Subject: Re: problem
>
> - Original Message -
> From: "Derek Duhon" <[EMAIL PROTECTED]>
> To: "Ãèªá¤ô¤ë" <[EMAIL PROTECTED]>
&g