Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Can't locate object method

by smitz (Chaplain)
on Jun 24, 2002 at 11:48 UTC ( [id://176744]=note: print w/replies, xml ) Need Help??


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?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://176744]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-18 15:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found