Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: AUTOLOAD not following @ISA as expected

by dave_the_m (Monsignor)
on Aug 02, 2005 at 22:17 UTC ( [id://480307]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub {goto \&{$#_ ? $set : $get}};
  2. or download this
    sub { my $self = shift; @_ ? $self->$set(@_) : $self->$get(@_) };
    
  3. or download this
    sub { goto &{$_[0]->can($#_ ? $set : $get)} };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 17:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found