On Fri, Mar 28, 2003 at 09:33:19PM -0500, Bill Burke ([EMAIL PROTECTED]) said 
something similar to:
> I added a chat room at my site http://www.speakerscorner.us . You are
> welcome there and we can discuss PERL in real time. Don't quit the user
> group though, you won't want to miss anything

That's what IRC is for :)

Cheers,
Kevin

> 
> -----Original Message-----
> From: Randal L. Schwartz [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 8:44 PM
> To: [EMAIL PROTECTED]; Cool Hand Luke
> 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]

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
    "What is the sound of Perl?  Is it not the sound of a wall that
     people have stopped banging their heads against?"
                --Larry Wall in <[EMAIL PROTECTED]>

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

Reply via email to