RE: return from action [Version 2.0]

[email protected] Sat, 29 May 2004 00:17:47 +0200
Newsgroups perl.recdescent
Message-ID <[email protected]>
Hi Ron,

-----Original Message-----
From: ext Ron D. Smith [mailto:[email protected]]
export: path <skip: '[ \t]+'> path(?) ...!sectionorkeyword {
..........
} | path keyword
path:	/"[^"]*"/ | ...!sectionorkeyword /\S+/

nice idea, thanks. Also since my action code was getting
so bulky I've moved it into a subroutine (didn't think about
it before) and there I could do that return 1 if needed.

Regards
Alex