Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Use of "Use 5.XXX" pragma

by Anonymous Monk
on Dec 19, 2012 at 00:14 UTC ( [id://1009473]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -le " use 5.010; "
    BEGIN { $/ = "\n"; $\ = "\n"; }
    sub BEGIN {
        require 5.01;
    }
    -e syntax OK
    
  2. or download this
    
    $ perl -MO=Deparse -le " use 5.010; state $fudge; "
    ...
    use feature ':5.10';
    state $fudge;
    -e syntax OK
    

Log In?
Username:
Password:

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

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

    No recent polls found