Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: convenient way to have Try::Tiny universally available?

by ikegami (Patriarch)
on Dec 14, 2010 at 18:03 UTC ( [id://877132]=note: print w/replies, xml ) Need Help??


in reply to convenient way to have Try::Tiny universally available?

package MyToolkit; use Try::Tiny; sub import { Try::Tiny->import(); } 1;
package MyToolkit; use Try::Tiny; sub import { Try::Tiny->export_to_level(1); } 1;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found