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

(jeffa) Re: Short version of autoload

by jeffa (Bishop)
on Jun 03, 2001 at 02:36 UTC ( [id://85238]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for example:                 $_[0]{$1}=$_[1]      
    would roughly translate to:  $self->{foo} = 'bar'
    if the method call was:      $object->foo('bar');
    
  2. or download this
    for example:                 $_[0]{$1}
    would roughly translate to:  return $self->{foo}
    if the method call was:      $object->foo()
    
  3. or download this
    sub DESTROY {}
    

Log In?
Username:
Password:

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

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

    No recent polls found