Help for this page
package Foo; ... our @ISA = qw /Foo/; sub gurgle {my $self = shift; $self -> {key} = shift;}