Re: Net::cmd and dialog

2009-12-14 Thread Serguei Trouchelle
Jeff Saxton wrote: use Expect; There's no Expect for ActivePerl. -- Serguei Trouchelle ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Net::cmd and dialog

2009-12-09 Thread Chris Wagner
U should use the DumpLog constructor option. That captures a raw log of the communication so u can see what is actually being sent and received. I've had to refer to it numerous times to get my statements working. At 05:48 PM 11/30/2009 -0800, James T. wrote: Hi all, Is there a way to run a

RE: Net::cmd and dialog

2009-12-09 Thread Jeff Saxton
@listserv.activestate.com Subject: Re: Net::cmd and dialog U should use the DumpLog constructor option. That captures a raw log of the communication so u can see what is actually being sent and received. I've had to refer to it numerous times to get my statements working. At 05:48 PM 11/30/2009 -0800

Net::cmd and dialog

2009-11-30 Thread James T.
Hi all, Is there a way to run a script that take standard input. My remote script is called 'restore'. When it is run , it require a Yes or NO answer before it can run My Perl program telnet find but cannot seems to pass the Y or N for the restore script to run. use Net::Telnet; $ip = hulk;