develooper Front page | perl.perl5.porters | Postings from July 2013

Re: Try/Catch Exception Objects: Possible?

Thread Previous | Thread Next
From:
David Nicol
Date:
July 26, 2013 00:00
Subject:
Re: Try/Catch Exception Objects: Possible?
Message ID:
CAFwScO_CEXWOEcuDNuba8+ZcqBAeVukZf9fY_-qPmY3+9nyG9A@mail.gmail.com
On Thu, Jul 25, 2013 at 6:56 PM, David Nicol <davidnicol@gmail.com> wrote:
>
>
>     FancyNewNetworkLibrary::CATCH { warn "unhandled exception ".shift @@; -1 }


Sorry, I meant

   FancyNewNetworkLibrary::CATCH { warn "unhandled exception $_"; -1 }



-- 
You've got to wiggle before you can crawl

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About