Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper qw( Dumper );
    use Parse::RecDescent ();
    ...
    __END_OF_GRAMMAR__
    
    print(Dumper($p->parse('aaaaa')));
    
  2. or download this
    $VAR1 = undef;