Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use MakeMethods
    ...
        required => [qw(name title tables)],
        object_list => [ 'Table' => 'tables'];