Help for this page

Select Code to Download


  1. or download this
    Parse::RecDescent->Precompile($grammar, 'g')
    or die("Bad grammar\n");
    ...
    
    my $data = $p->parse($text)
    or die("Bad data\n");