On Monday 12 November 2001 10:36 pm, Erik Jacobsen wrote:
> I am looking for a way to use PERL to script into a open telnet session.
> The script would be executing on a Redhat 7.1 Box. I have played with
> system keyword, but it seems that that is for calling one specific
> proccess.  Any help would be appreciated.
>

Hi Erik,

   You need to mimic the device in your script. You can choose one of the
   following.

1) Expect  scripting It is more like Tcl
2) Expect module for perl
3) Net::Telnet

regards,
Sambaiah Kilaru

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to