Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Use of "Use 5.XXX" pragma

by tobyink (Canon)
on Dec 19, 2012 at 00:30 UTC ( [id://1009475]=note: print w/replies, xml ) Need Help??


in reply to Re: Use of "Use 5.XXX" pragma
in thread Use of "Use 5.XXX" pragma

use 5.016; use Try::Tiny; say fc("Hello World"); try { use 5.010; # Now 5.16-specific features are actually disabled! say fc("Hello World"); } catch { my $e = shift; warn "FAILED: $e"; }; say fc("Goodnight!");
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 04:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found