Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Screen buffering mystery

by derby (Abbot)
on Dec 22, 2001 at 01:09 UTC ( [id://133880]=note: print w/replies, xml ) Need Help??


in reply to Screen buffering mystery

mvaline,

running your code through the debugger we see this

DB<1> x @lines 0 "\cM" 1 "\cM" 2 "\cM" 3 "\cM" 4 "VisionForum.com Stats for AvantGo\cM" 5 "\cM" 6 "\cM" 7 "\cM" 8 "\cM" 9 "\cM" 10 "VisionForum.com Stats\cM" 11 "2:00:43 PM - December 21, 2001\cM" 12 "\cM" 13 "Number of Shoppers: 93\cM" 14 "\cM" 15 "\cM" 16 "\cM" 17 "Today's Orders: 43\cM" 18 "Today's Gross Sales: \$4,435.63\cM" 19 "\cM" 20 "Average Order Size: \$103.15\cM" 21 "\cM" 22 "\cM" 23 "\cM" 24 "\cM"

so you'll need to chop off those Ctrl-M's one by one or change your split to:

my @lines = split /\r\n/, $plain_text;

-derby

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-23 08:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found