Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    our @ISA = qw /Foo/;
    
    sub gurgle {my $self = shift; $self -> {key} = shift;}