If I have:

base.epl

<!-- blah blah -->
[- Execute(*); -]
<!-- blah blah -->

And index.html as:

<!-- blah blah -->
[- get_content_from_a_database("index.html"); -]
<!-- blah blah -->

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
$myvariable be displayed?

DSL
-- 
while (<STDIN>) {
        if (/perl is modem line noise/i) {
                print "BULLSHIT";
        } else { print; }}

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

Reply via email to