Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
        };
        goto &$AUTOLOAD;
    }
    
  2. or download this
    use Foo;
    
    my $foo = Foo->new('jenny', '24601', '408-867-5309');
    my $phone = $foo->get_phone();
    my $name = $foo->get_name();