Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: OO - problem with inheritance

by IlyaM (Parson)
on Jan 14, 2002 at 20:58 UTC ( [id://138612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $parameter_config = __PACKAGE__->SUPER::parameter_config;
    $parameter_config->{max_length}{max} = 255;
    ...
    
    sub parameter_config { $parameter_config }
    
  2. or download this
    
    use Storable qw(dclone);
    ...
    
    sub parameter_config { $parameter_config }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found