Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Can't locate object method "New" via package "Net::SSH" at

by DrHyde (Prior)
on Apr 25, 2013 at 10:17 UTC ( [id://1030641]=note: print w/replies, xml ) Need Help??


in reply to Re: Can't locate object method "New" via package "Net::SSH" at
in thread Can't locate object method "New" via package "Net::SSH" at

And also, stop using indirect object syntax.
  • Comment on Re^2: Can't locate object method "New" via package "Net::SSH" at

Replies are listed 'Best First'.
Re^3: Can't locate object method "New" via package "Net::SSH" at
by choroba (Cardinal) on Apr 25, 2013 at 10:22 UTC
    It is good to provide arguments for a statement like this. Moreover, the "direct" syntax is not much better. The safe ways are either appending ::, which works equally well for both ways, or using the "direct" syntax with quoted class names:
    my $x = new Class::; my $y = Class::->new; my $z = 'Class'->new;
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

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

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

    No recent polls found