Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
How do I capture the error if the print receives a failed execution? Help is greatly appreciated.$telnetobj->prompt('/ > /'); $telnetobj->waitfor('/ > /'); $telnetobj->print ("/root/app_backup/tngtest");
2005-03-11 Janitored by Arunbear - added code tags, as per Monastery guidelines
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Net::Telnet;
by castaway (Parson) on Mar 11, 2005 at 17:45 UTC | |
by Anonymous Monk on Mar 14, 2005 at 11:59 UTC | |
by Anonymous Monk on Mar 14, 2005 at 13:07 UTC | |
|
Re: Using Net::Telnet;
by ww (Archbishop) on Mar 11, 2005 at 16:57 UTC | |
by Anonymous Monk on Mar 11, 2005 at 17:10 UTC |