Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Factory classes in Perl

by haukex (Archbishop)
on Jan 09, 2021 at 14:13 UTC ( [id://11126656]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub exception (&) { eval { shift->(); 1 } ? undef : ($@ || die) }
    sub warns (&) { my @w; { local $SIG{__WARN__} = sub { push @w, shift }
    +; shift->() } @w }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11126656]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found