Re: regex question

2001-06-16 Thread Ãèªá¤ô¤ë
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

Re: problem

2001-06-04 Thread Ãèªá¤ô¤ë
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

Re: problem

2001-06-04 Thread Ãèªá¤ô¤ë
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