mnlight has asked for the wisdom of the Perl Monks concerning the following question:
my $th = new Net::Telnet (Timeout => 5, #Errmode => 'die', input_log => 'telnet_prompt.log', Prompt => '/$username?/'); $th->open("$server"); $th->login("$user", "$unixpass"); @lines = $th->cmd("backup_sybase.pl Server.Name=$instance Backup.Datab +ase=$cltdb"); print @lines;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: The cmd sent to the remote telnet will not run
by sedhed (Scribe) on Aug 02, 2002 at 20:07 UTC | |
by mnlight (Scribe) on Aug 02, 2002 at 20:26 UTC | |
|
Re: The cmd sent to the remote telnet will not run
by JayBonci (Curate) on Aug 02, 2002 at 19:57 UTC | |
|
Re: The cmd sent to the remote telnet will not run
by BorgCopyeditor (Friar) on Aug 02, 2002 at 20:00 UTC |