Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: What is the impact of 5.18.0?

by kcott (Archbishop)
on May 26, 2013 at 04:17 UTC ( [id://1035295]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -e '
        use 5.018;
    ...
    given is experimental at -e line 8.
    when is experimental at -e line 9.
    Experimental "my" subs not enabled at -e line 12.
    
  2. or download this
    $ perl -Mstrict -Mwarnings -e '
        use 5.018;
    ...
        z();
    '
    Experimental "my" subs not enabled at -e line 3.
    
  3. or download this
    $ perl -Mstrict -Mwarnings -e '
        use 5.018;
    ...
    $x == 1
    $y != 1
    In z()
    
  4. or download this
    $ perl -Mstrict -Mwarnings -e '
        use 5.018;
    ...
    $x == 1
    $y != 1
    In z()
    

Log In?
Username:
Password:

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

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

    No recent polls found