in reply to Re: Perl exception - multiple statement
in thread Perl exception - multiple statement

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Perl exception - multiple statement
by ikegami (Patriarch) on Jul 20, 2009 at 18:13 UTC

    try/catch and throw are implemented as eval and die in Perl.

    The problem in your code was identified and solutions were provided. What makes them unacceptable?

    Please stop putting your entire post in code tags. Simply place <p> at the start of every paragraph.