Help with Net::Telnet module

2001-08-03 Thread S. Johnson
I am looking for some help debugging a problem with the Net::Telnet module written by Jay Rogers. Here's the subroutine I am having problems with: sub login { $errmode = 'return'; $hostaddress = 'xxx.xxx.xxx.xxx'; $prompt = '/Sheldon_NS16>/'; $username = ''; $password =

RE: Help with Net::Telnet module

2001-08-02 Thread Bob Showalter
> -Original Message- > From: S. Johnson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 5:05 PM > To: [EMAIL PROTECTED] > Subject: Help with Net::Telnet module > > > I am looking for some help debugging a problem with the > Net::Telnet mod