Re: petal include: modifier
Fergal Daly <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.petal |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 14, 2005 at 01:20:57PM -0500, William McKee wrote: > On Fri, Jan 14, 2005 at 05:55:58PM +0000, Fergal Daly wrote: > Inside the Petal engine: > > 1st process - >*** determine name of included file > call the include: modifier I think *** above and *** below do the same thing. The first one does not happen (that's if I've understood your meaning correctly) > > Inside the include modifier - >*** modifier retrieves name of template file > create new Petal object and processes the file > return output to 1st process > > 1st process - > continue processing Yep, Fergal