Click here to get back home

Re: ERR: 13: Missing right $]

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Re: ERR: 13: Missing right $] pp 07-27-2007
Posted by pp on July 27, 2007, 5:43 am
Please log in for more thread options


Peter Makholm wrote:
>
>> Can anyone tell me how to fix this error in perl?
>> The above error point to the following line or perl code.
>>
>> %UN_MONTH= map { lc($MONTH[$_]), $_ } 0..$#MONTH ; # look up by
>> month name
>
> Works here:
>
> makholm@makholm:~$ perl -w -MData::Dumper -le '@MONTH = qw(Jan Feb
Mar Apr Maj Jun); %UN_MONTH= map { lc($MONTH[$_]), $_ } 0..$#MONTH ;
print Dumper \%UN_MONTH;'
> $VAR1 = {
> 'feb' => 1,
> 'jan' => 0,
> 'jun' => 5,
> 'mar' => 2,
> 'apr' => 3,
> 'maj' => 4
> };
>
> makholm@makholm:~$
> //Makholm
hi
thanks for the prompt reply.
that error is generated by the script downloaded from the following web
site:
http://www.jmarshall.com/tools/cgiproxy/

Are you able to get it working in yoru system?

Thanks
P

Similar ThreadsPosted
PPM is missing...? October 26, 2006, 9:44 am
Archive::Zip missing pod2man? September 12, 2004, 7:33 pm
CGI.pm/modperl2 and intermittent missing POST data July 15, 2006, 3:18 am
Find Missing Column and Extra Column March 12, 2007, 6:33 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap