Re: cgi development environment

[email protected] (Shaun Fryer) Thu, 20 Sep 2012 00:49:17 -0400
Newsgroups perl.beginners.cgi
Message-ID <CAD3Gt+xbKbMDQPS-G085hQ4eej7adXZpfoKn7RN0Rc-8CAFQyA@mail.gmail.com>
Also check out http://search.cpan.org/~lds/CGI.pm-3.08/CGI/Carp.pm
--
Shaun Fryer
----------------------------------------------------------
perl -e 'print chr for map{$_+=22}($ARGV[0])=~/(\d\d)/g' \
        52959394107588899482799210587992861082757785799222
----------------------------------------------------------


On Wed, Sep 19, 2012 at 11:54 PM, Chris Stinemetz
<[email protected]> wrote:
>>>
>> You have a couple other issues.  Since you have one print statement, spread
>> over multiple lines, the semi-colons on lines 10 and 11 are bugs.  They
>> should be commas.  The semi-colons terminate the statement resulting in
>> syntax errors.
>>
>> Mike
>
> Thank you. That fixed it.
>
> -Chris
>
> --
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> http://learn.perl.org/
>
>