I have a general question regarding the Net::Telnet perl module.
I was wondering if there was any way for a perl program, which
uses this module, to recieve an exit status from the success
or failure of the $object->cmd() method. I have a script that
cats a file on a remote machine and I would like to be able to determine if the
file exists or not so I can display the appropriate error message or output.
I have read carefully through the documentation for the module
and am still trying to make sense of it and determine if this
type of action is possible. If anyone knows if this is possible
or not, I would be very greatful for any input. Thanks!
Joe