Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Screen buffering mystery

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

Help for this page

Select Code to Download


  1. or download this
    my @lines = map{"$_\n"} split /\r\n/, $plain_text;
    print @lines[10,11,13,17,18,20];
    
  2. or download this
    use strict;
    use LWP::Simple;
    
    ...
    
    my @lines = map{"$_\n"} split /\r\n/, $plain_text;
    print $lines[$_] for sort values %info_lines;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (2)
As of 2023-09-27 07:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?