Help for this page
$thing->foo(); $foo = $thing->foo($bar);
$thing->get_foo(); $foo = $thing->set_foo($bar);
sub foo { my $self = shift; ... # return foo member here } }