Now, why not? Also, notice that the code I used is not what you have quoted.
Really am curious as to why not, though.
Cool Hand Luke
http://beatfreak.home.attbi.com


----- Original Message -----
From: "Randal L. Schwartz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Cool Hand Luke" <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 5:44 PM
Subject: Re: The very un-useful 'premature end of script headers' error
message


> >>>>> "Cool" == Cool Hand Luke <[EMAIL PROTECTED]> writes:
>
> Cool> Hello All,
> Cool>       I think I figured it out, (so far). I 'm pretty sure that it
has to do
> Cool> with perl 5.003 disliking the looping with the "my $pair" syntax.
> Cool> As a work around, I changed this....
>
> Cool>   foreach my $pair (split(/[&;]/, $submission)) {
> Cool>         # Convert plus to space
> Cool>         $pair =~ y/+/ /;
>
> Please don't use this code.  "use CGI qw(param)".
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777
0095
> <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl
training!
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to