Help for this page

Select Code to Download


  1. or download this
    sub create {
        my $self = shift;
        my %p = @_;
    ...
    $zoo->create(animal => 'camel',
                 count  => '10',
                 color  => 'green');