Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use UtilityClass;
    ...
       $self->helper->buttercup();
       ...
    }
    
  2. or download this
    package UtilityClass;
    
    ...
       my $self = shift; # $self is *not* a 'UtilityClass';
       ...
    }