Help for this page

Select Code to Download


  1. or download this
    my $p = Parse::RecDescent->new(<<'__END_OF_GRAMMAR__');
    
    ...
    ELEM     : /\S+/
    
    __END_OF_GRAMMAR__
    
  2. or download this
    my $p = Parse::RecDescent->new(<<'__END_OF_GRAMMAR__');
    
    ...
    ELEM     : /\S+/
    
    __END_OF_GRAMMAR__