Yep!
> Any output inside the page is not parsed again, but you can run it thru the
> Exeute function to get the desired result:
>
>
> [- $code = get_content_from_a_database("index.html"); -]
> [- Execute ({input => \$code}) -]
>
I stumbled across that solution by reading the documentation, a
>
>
> [- get_content_from_a_database("index.html"); -]
>
>
> Where base.epl is the EmbperlObject base, does Embperl also parse the
> output of that function? For example, if get_content... returned:
>
> [+ $myvariable $]
>
> Would I see that as a literal on my screen or would the value of
> $myv