Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Advice on style

by GrandFather (Saint)
on Nov 26, 2010 at 00:01 UTC ( [id://873744]=note: print w/replies, xml ) Need Help??


in reply to Re: Advice on style
in thread Advice on style

Actually users should never:

my $instance = Your::Clever:Module::new();

Instead they should:

my $instance = Your::Clever:Module->new();

which works better with inheritance and is more robust against changes to the OO hierarchy.

True laziness is hard work

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found