Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Net::telnet question for prompt only "$" and telnet session has menu

by leonidlm (Pilgrim)
on Aug 28, 2008 at 15:34 UTC ( [id://707520]=note: print w/replies, xml ) Need Help??


in reply to Net::telnet question for prompt only "$" and telnet session has menu

Hi,
I once had a similar problem, although my solution won't help in your case I remember that using the following options of the Net::Telnet module helped me a lot in debugging, Just create your object with the following options:
[Output_log => $file,] [Input_log => $file,]
This options define a log files that will show you that responses Net::Telnet is working on in the background.
Tell us if it helped :)
Regards,
Leonid M.
  • Comment on Re: Net::telnet question for prompt only "$" and telnet session has menu
  • Download Code

Replies are listed 'Best First'.
Re^2: Net::telnet question for prompt only "$" and telnet session has menu
by benlaw (Scribe) on Aug 29, 2008 at 09:46 UTC
    Yup , thx, I opened the err dump log already, but it has only name password then my command only , it has nothing i can obtain. ~~ ~

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found