Re: Reset local parser variables for each new input file

[email protected] ("Sean O'Rourke") Mon, 13 Sep 2004 15:29:14 -0700
Newsgroups perl.recdescent
Message-ID <m2r7p5ls5h.wl%[email protected]>
At Mon, 13 Sep 2004 13:45:18 -0700,
"Ron D. Smith" <[email protected]> wrote:
> { $i = 1 }
> 
> This is an action.  If it returns true (which it does, although apparently by 
> "accident"), then mmpfile *may* still be parsed.

s/true/defined/

/s