[ic] Open and 'run' a page from within another page--more info

marc.brevoort interchange-users@icdevgroup.org
Thu Nov 7 09:13:00 2002


On Thursday 07 November 2002 13:20, you wrote:
> How can I run a page from within another page, and make it act
> in the same way it would when running stand-alone?

Some additional information:

[perl] 
return "abcde"; 
[/perl]

does not run, while

[calc]
return "abcde"; 
[/calc]

does. However, if I use calc tags instead of perl tags, the error
log starts displaying a lot of errors like

Safe: Undefined subroutine 
&Vend::Interpolate::somefunction called at ...

where somefunction is a function that I include from the catalog.cfg file.

Still completely lost,

Marc Brevoort