Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: problem with net::telnet moduleand STDOUT

by vladdrak (Monk)
on Jul 27, 2004 at 05:56 UTC ( [id://377666]=note: print w/replies, xml ) Need Help??


in reply to problem with net::telnet moduleand STDOUT

Looks like you may be accessing a Cisco or a Foundry box..? You might try issuing a command to kill paging first, ala:
$telnet->cmd("skip-page"); # foundry $telnet->cmd("set length 0"); # new ciscos $telnet->cmd("term length 0"); # old ciscos
-Vlad

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found