Help for this page

Select Code to Download


  1. or download this
    sub generally_useful {
        my $class = shift;
        # ...
    }
    
  2. or download this
    sub instance_meth {
        my $self = shift;
        my $class = ref $self;
    }