RE: Line contination characters - how do I access thesevariables - SUMMARY
[email protected] Fri, 28 Jun 2002 14:42:28 -0700
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
I was using startrule because that was the name of my rule:
my $grammar = <<'_EOGRAMMAR_';
startrule: command(s)
command:
comment
| multiline_command
| singleline_command
I didn't know there was a global name called startrule.
Funny. :)
jr