Help for this page

Select Code to Download


  1. or download this
    package Zoo::Animal;
    ## it's a hashref!
    ...
    # will call Zoo::Animal::new() then Zoo::Animal::Camel::_init()
    my $camel = Zoo::Animal::Camel->new();