Help for this page

Select Code to Download


  1. or download this
    {
        package Person;
        use Class::Std;
    ...
    
    $guy->set_name('Gump');
    print "name: ", $guy->get_name, "\n";