Help for this page
sub alpha; # unchanged from your example. sub beta { ... push @foo, [ @bar ] if $coderef->(); \@foo; }
sub beta { my $self = shift; ... # and ... push @foo, [ @bar ] if $coderef->($baz);