Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: perl one-liner doesn't autochomp input

by broquaint (Abbot)
on Sep 07, 2004 at 10:05 UTC ( [id://388977]=note: print w/replies, xml ) Need Help??


in reply to perl one-liner doesn't autochomp input

The first effect of using -l is better documented in perlrun
It has two separate effects. First, it automatically chomps $/ (the input record separator) when used with -n or -p.
Not taking full advantage of perl's you could always write your one-liner like this
ls -1 | perl -le 'print join ":", map /(.*)$/, <>'
HTH

_________
broquaint

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found