How to resolve properly exception

2003-02-14 Thread Khalid . Naji
Hi,

How can I write exception with Perl ?
Any thing like this:

If (Application generate Error)
{
message_html('Error ')
}

Thanks
KN

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




Re: How to resolve properly exception

2003-02-14 Thread Felix Geerinckx
on Fri, 14 Feb 2003 12:38:16 GMT, [EMAIL PROTECTED] (Khalid Naji) 
wrote:

 How can I write exception with Perl ?

See, e.g., Object Oriented Exception Handling in Perl
by Arun Udaya Shankar, available at

http://www.perl.com/pub/a/2002/11/14/exception.html

-- 
felix

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