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

Re: OO Perl and AUTOLOAD

by tlm (Prior)
on Apr 08, 2005 at 16:44 UTC ( [id://446076]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # don't turn strict 'refs' back on
    return $self ->$AUTOLOAD(@_);
    
  2. or download this
    unshift @_, $self;
    goto &$AUTOLOAD;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-20 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found