in reply to Cisco Telnet

I am still very green to Perl but any comments or suggestions would be very appreciated.

Replies are listed 'Best First'.
Re: Re: Cisco Telnet
by jasonk (Parson) on Feb 18, 2003 at 20:46 UTC

    Your print statements are a little odd (I'm not even sure why it works that way), and would be more readable if you just did:

    print LOGFILE $stuff_to_print."\n";