Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: RFC: beginner level script improvement

by jwkrahn (Abbot)
on Sep 21, 2013 at 21:54 UTC ( [id://1055155]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        ## set the Newline/Carriage Return character(s) this device expect
    +s (e.g. NL = \n, CR = \r, CRLF=\r\l)
                $NL = "\r\l";
                $NL = "\r\l";
    
  2. or download this
                $NL = "\0xa";
    
  3. or download this
        sleep 0.1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (12)
As of 2024-04-23 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found