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

Re: Screen buffering mystery

by grep (Monsignor)
on Dec 22, 2001 at 01:03 UTC ( #133879=note: print w/replies, xml ) Need Help??


in reply to Screen buffering mystery

You have \r\n's coming in as your line terminators.
change my @lines = split /\n/, $plain_text; to my @lines = split /\r\n/, $plain_text;
HTH
grep
grep> cd pub 
grep> more beer

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others about the Monastery: (3)
As of 2023-10-04 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?