--- Henk van Ess <[EMAIL PROTECTED]> wrote:
> http://www.voelspriet.nl/cgi-bin/spriet.pl
> 
> check All in Title en press Submit.
> 
> Error:
> 
> 'd:\www\voelspriet.nl\www\cgi-bin\spriet.pl' script produced no output 

Henk,

Find your error log.  Since you appear to be using ISAPI, it's likely named something 
like
'perlIS-Err.log'.  Send the appropropriate errors from that log and that would be a 
good start.

Another thing to use is insert the following line into your program:

    use CGI::Carp qw/fatalsToBrowser/;

This line will send the fatal error messages to your browser so you can see them 
directly without
needing to search for the log.  That line should only be used in testing, though, and 
not in
production!

Cheers,
Curtis "Ovid" Poe

=====
"Ovid" on http://www.perlmonks.org/
Someone asked me how to count to 10 in Perl:
push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//;
shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

Reply via email to