in reply to Can't locate object method

Replace
use Net::Telnet ();

with
use Net::Telnet;

SMiTZ

Replies are listed 'Best First'.
Re: Re: Can't locate object method
by chromatic (Archbishop) on Jun 24, 2002 at 14:47 UTC

    ... but Net::Telnet doesn't export anything by default, especially new()! (I'm looking at version 3.02). What did you expect this to do?