Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Permanent <<use feature ":5.10";>>

by mirod (Canon)
on Mar 08, 2012 at 18:01 UTC ( [id://958508]=note: print w/replies, xml ) Need Help??


in reply to Permanent <<use feature ":5.10";>>

Use -E instead of -e:

ls -l | perl -anE 'say "@F[5..7]"'

From man perlrun:

-E commandline
            behaves just like -e, except that it implicitly enables all optional features (in the main compilation unit). See feature.

Log In?
Username:
Password:

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

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

    No recent polls found