Be careful wiht this, it could consume memory.
> On Thu, Aug 28, 2003 at 02:17:56PM -0400, Brian Burke wrote: >> [- $test = true; -] > > Unless true is a constant, you probably mean: > [- $test = 'true'; -] > >> <html> >> <!-- this is index.html --> >> [- Execute ('form.inc') -] > > Change this to: > [- Execute({inputfile => 'form.inc', package => __PACKAGE__}) -] > >> </html> > > Hope this helps. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]