Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: perl one liner print columns 2.. last

by LanX (Saint)
on Jan 04, 2013 at 19:24 UTC ( [id://1011707]=note: print w/replies, xml ) Need Help??


in reply to Re: perl one liner print columns 2.. last
in thread perl one liner print columns 2.. last

Sorry thats wrong, your test data is misleading you :)

you are calculating the numerical range between 2 and 6, which by accident was your input.

now change the input in between:

> echo - 2 - - - 6|perl -lane 'print $F[1]..$F[-1]' 23456

but a slice works: =)

> echo - 2 - - - 6|perl -lane 'print @F[1..$#F]' 2---6

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found