Help for this page

Select Code to Download


  1. or download this
    sub alphabeta {
        my ($self, $test) = @_;
    ...
        push @foo, [ @bar ] if !$test || $self->{baz} eq $gamma;
        return \@foo;    
    }