> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 5:08 AM > To: inline@perl.org > Subject: Inline:: Java - Exceptions > > Is this related to the way perl normally handles $@ , > something I missed in > the Inline::Java docs or an Inline::Java bug?
It's something that can happen in any perl code. In general you shouldn't depend on $@ to remain constant after any function call. Ah, the pleasures of global variables. =) -Ken