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 }