[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Open and 'run' a page from within another page--more info
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