use Foo; my $foo = Foo->new('jenny', '24601', '408-867-5309'); my $phone = $foo->get_phone(); my $name = $foo->get_name();