> Is it possible to use execute function as 'include' so it does not 
> parse the file just includes it in the calling file and parses them 
> all together? 

You may get the result you want by trying:

[- Execute ({inputfile => 'filename.html', package => __PACKAGE__}) -]

This will have the same effect as if filename.html had been physically
inserted into the calling file. Is that what you are after? Any
variables will be commone between the two.

-Neil Gunton
NilSpace Inc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to