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

Re: Re: Re: Re: Telnet via Perl fails

by shamala (Acolyte)
on May 22, 2004 at 10:24 UTC ( [id://355570]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Telnet via Perl fails
in thread Telnet via Perl fails

oh no..i definitely dont want you to do my work...and abt the problem its only if you did my work for me... thanks anyways.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Telnet via Perl fails
by punkish (Priest) on May 22, 2004 at 18:50 UTC
    Shamala,

    Listen to Jeremy. Here is what he is saying... your perl program is starting another program (in this case "telnet"). As long as telnet will run, your perl script will go into a waiting mode. None of the subsequent commands will be run. When telnet quits, you will get what one always gets whenever a perl command is run... either the value of the last expression evaluated, or a 0 (in case of failure) or a 1 (in case of success. So, either telnet is going to fail, and then your script will fail (unless you wrap telnet inside an eval block), or telnet will succeed, end, and return 1. Either way, your objective is not served.

    Listen to Jeremy. Read the advised manual and try and understand how perl can be used to actually either completely replace telnet, or work with other programs.

    Hope this helps you.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2024-04-19 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found