Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: what's this loo code? (*slurp*)

by Aristotle (Chancellor)
on Feb 04, 2003 at 23:40 UTC ( [id://232679]=note: print w/replies, xml ) Need Help??


in reply to Re: what's this loo code? (*slurp*)
in thread what's this loo code?

Efficient:
perl -ne'BEGIN{$/=\65536} $a+=tr/\n//; END{print"$a\n"}' file
Pity there's no way to set $/ to a reference to a number using a switch.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re^2: what's this loo code? (*slurp*)
by John M. Dlugosz (Monsignor) on Feb 05, 2003 at 03:58 UTC
    If the last line doesn't end with a \n (that is, \n is not the last character in the last chunk) you'll be off by one.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found