Help for this page

Select Code to Download


  1. or download this
    {
        'classname_a' => {
    ...
                             'method_b' => [ parameter1 ]
                         }
    }
    
  2. or download this
    sub create {
        my $ref = shift;   
    ...
        }
        return \@objects;
    }