Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: AUTOLOAD - the good, the bad, and the ugly

by simonm (Vicar)
on Oct 14, 2004 at 20:28 UTC ( [id://399323]=note: print w/replies, xml ) Need Help??


in reply to Re: AUTOLOAD - the good, the bad, and the ugly
in thread AUTOLOAD - the good, the bad, and the ugly

Or consider Class::MakeMethods which gives you your choice of definition styles:
# Explicit use Class::MakeMethods 'Standard::Hash::scalar' => [ qw/ method names / ]; # Autoload use Class::MakeMethods::Autoload 'Standard::Hash::scalar'; # Attributes use Class::MakeMethods::Attribute; sub name :MakeMethod('Standard::Hash::scalar');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-20 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found