Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: ASP PerlScript equivalent for use CGI::Carp qw(fatalsToBrowser);

by Jenda (Abbot)
on Nov 10, 2002 at 20:07 UTC ( [id://211781]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: ASP PerlScript equivalent for use CGI::Carp qw(fatalsToBrowser);
in thread ASP PerlScript equivalent for use CGI::Carp qw(fatalsToBrowser);

One more thing. Do you use Win32::ASP;?

If I try for example:

<%@ Language=PerlScript %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ... (some more HTML) <% use Win32::ASP; $x = 1 / 0; %>
I get:
PerlScript Error error '80004005' (in cleanup) Illegal division by zero /vars.asp, line 13

Jenda

Replies are listed 'Best First'.
Re: Re: Re: Re: ASP PerlScript equivalent for use CGI::Carp qw(fatalsToBrowser);
by rzward (Monk) on Nov 12, 2002 at 12:06 UTC
    Thank you Jenda for following up:

    WIN32::ASP looks like an interesting option.

    I wonder if WIN32::ASP is installed by default? At the moment, people who use my .ASP script need not install anything at all.

    In any case, I can certainly try this to help debug the problem.

    Thank you.

    Richard

      No, I don't think Win32::ASP is preinstalled. Even by ActivePerl.

      Jenda

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://211781]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-18 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found