Help for this page

Select Code to Download


  1. or download this
    sub find_stuff {
       my $self = shift;
    ...
    
       return undef;
    }
    
  2. or download this
    sub find_stuff {
       my $self = shift;
    ...
    
       return undef;
    }