Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Reconfiguration of classes in an "inheritable" manner

by kcott (Archbishop)
on Jun 24, 2022 at 11:40 UTC ( [id://11145016]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        say 'My::Branch_B::conf';
        dd \%My::Branch_B::conf;
    }
    
  2. or download this
    *** Normal instantiation
    My::Base object: My::Base=HASH(0x800003c98)
    ...
    { A => "me", B => 2, C => 3, D => 4 }
    My::Branch_B::conf
    { A => 1, B => "me", C => 3, E => 5 }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-25 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found