Your message dated Thu, 22 Oct 2009 18:59:08 +0300
with message-id <[email protected]>
and subject line Re: state of #137290
has caused the Debian Bug report #137290,
regarding Intermittent errors while trying to run a perl script that uses  
CGI.pm
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
137290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=137290
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl
Version: 5.6.1-7

Sometimes perl fails to run a script that uses CGI module. This also
occurs with modperl in Apache (Woody), resulting in a misleading "500 -
Internal Server Error".

I could reproduce this error by means of this small (and *correct*)
script:

--------------------------------------------------------------------
#!/usr/bin/perl

use CGI qw/:all/;

my $color = &CGI::param("color");

print &CGI::header();
print "ok";
--------------------------------------------------------------------

then try "perl script.pl" several times. Sometimes, perl aborts the
compilation of the code and prints out:

'$VERSION' is not a valid variable name at
/usr/share/perl/5.6.1/CGI/Util.pm line 4
BEGIN failed--compilation aborted at /usr/share/perl/5.6.1/CGI/Util.pm
line 4.
Compilation failed in require at /usr/share/perl/5.6.1/CGI.pm line 27.
BEGIN failed--compilation aborted at /usr/share/perl/5.6.1/CGI.pm line 27.
Compilation failed in require at script.pl line 3.
BEGIN failed--compilation aborted at script.pl line 3.

I am using Debian 3.0 (Woody), kernel 2.2.17 and libc6 version 2.2.5-3.



--- End Message ---
--- Begin Message ---
Eugene V. Lyubimkin wrote:
> Hello hausen,
> 
> I run the attached script 1100 times, and it worked flawlessy for me on Perl
> 5.10.1. Can you confirm?
> 
The bug submitter's mail address is unreachable.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to