Hi.
I'm using Embperl [$ sub $] feature.
Is it possible to return "all" data?
eg.
modules.epl
---
[$ sub hello $]
[- ($self, $hello) = @_; -]
Hello <b>[+ $hello . '...' +]!</b>
[$ endsub $]
---
test.html
---
[-
$subs = Execute ({'object' => "modules.epl"});
die $subs->hello('world');
-]
It returns: "world...",
but how to return "Hello <b>world...!</b>"
TIA.
btw. Embperl rocks :)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]