Help for this page

Select Code to Download


  1. or download this
    sub set_name : Interface {
        croak "Not implemented!";
    ...
    sub get_name : Interface {
        croak "Not implemented!";
    }