Help for this page

Select Code to Download


  1. or download this
    if (not defined $Monks::Parsers{ $self->{thing} }) {
        $self->{parser} = 'Generic';
    }
    
  2. or download this
    foreach my $key (keys %{ $Monks::Parsers{ $self->{parser} } }) {
        dostuff;
    }