On Tue, 10 Oct 2000 [EMAIL PROTECTED] wrote:
[ .. ]
> > On my Win32, PerlWarn works with a simple script:
> >   #!/Perl/bin/perl.exe
> >   print "Content-type: text/html\n\n";
> >   my $x;
> >   print "$x<BR>";
> Randy,
> my script was very similar to the one you provide.
> I tried your script with the Perl I'm using obtaining:
> ------------------------------------------------------------
> Q:\web\perl\test>perl simple.pl
> Content-type: text/html
> 
> Use of uninitialized value in concatenation (.) at simple.pl line 5.
> <BR>
> Q:\web\perl\test>
> ------------------------------------------------------------
> This make me think that the Perl executables is ok.
> The execution of your script makes an HTML containing a <BR> but non
> warnings.
[ ... ]

Hi,
   If you have fatal errors, do these get logged OK in the
server's error log? Also, what happens if you use the CGI::Carp 
module, either directing things to the same or another
error log file, or perhaps by trying the warningsToBrowser()
function, which embeds warnings in HTML comments.

best regards,
randy kobes

Reply via email to