Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Variable Name Mistery. Who calls?

by porta (Sexton)
on Oct 25, 2006 at 18:53 UTC ( [id://580638]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
        my $_call = our $AUTOLOAD;
    ...
        ...
        $self->{$_call} = $_param || return $self->{$_call};
    }
    
  2. or download this
    my $o = Foo->new(); #create new object
    $o->Available_Param_List(["one", "two"]); #methods that should be avai
    +lable to $o
    $o->one('this will work ok');
    $o->nope('this should print a warn on saying that nope is not availabl
    +e for $o');
    

Log In?
Username:
Password:

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

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

    No recent polls found