Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Regex Question

by kcott (Archbishop)
on Nov 08, 2016 at 00:24 UTC ( [id://1175498]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -v | head -2 | tail -1
    This is perl 5, version 18, subversion 0 (v5.18.0) built for darwin-th
    +read-multi-2level
    ...
    Perl v5.20.0 required--this is only v5.18.0, stopped at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    $
    
  2. or download this
    $ perl -v | head -2 | tail -1
    This is perl 5, version 24, subversion 0 (v5.24.0) built for darwin-th
    +read-multi-2level
    ...
    Perls since v5.24.0 too modern--this is v5.24.0, stopped at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.
    $
    
  3. or download this
    $ perl -v | head -2 | tail -1
    This is perl 5, version 22, subversion 0 (v5.22.0) built for darwin-th
    +read-multi-2level
    $ perl -e 'use 5.020; no 5.024'
    $
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found