Help for this page

Select Code to Download


  1. or download this
    my @array = Pack::has->(...);
    my @array = Pack::missing->(...);
    
  2. or download this
    sub has {
        my $self    = shift;
    ...
        $p->{ want_what } = 0;
        return @{ _get( $p ) };
    }