I am, but I created my own custom Error subroutine/module to display information 
instead of just calling the die() function and displaying a bunch of crazy technical 
information to the user. As for $!, it only passes the type of error and not the file 
and line numbers.

John Pitchko
Data Services
Saskatchewan Government Insurance

>>> Nikola Janceski <[EMAIL PROTECTED]> 07/11/02 09:34am >>>
why aren't you using:

use CGI::Carp 'fatalsToBrowser';

????

> -----Original Message-----
> From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 11:27 AM
> To: 'John Pitchko'; [EMAIL PROTECTED]
> Subject: RE: Accessing Extra Information in die()
> 
> 
> Will $! suffice for you?
> 
> -----Original Message-----
> From: John Pitchko [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: Accessing Extra Information in die()
> 
> 
> Hello,
> 
> I wrote a custom error message to be displayed in my CGI 
> pages instead of
> the standard die. It works fine, but I was wondering if there 
> was a way I
> could access all the special/extra information that is 
> included in a die
> message, such as line number and filename of the error.
> 
> Thanks,
> 
> John Pitchko
> Data Services
> Saskatchewan Government Insurance
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


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

Reply via email to