use Parse::RecDescent; local $/; my $grammar = <DATA>; my $parser = Parse::RecDescent->new($grammar); my $text = <>; # <------ Line in Question parser->translation_unit($text) or die "bad C code";
In reply to What is function of a filehandle read operation operation when no filehandle is specified? by princepawn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |