On Wed, 2003-09-10 at 04:47, Jaak wrote:
> 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');
> -]
Anywhere you call $subs->hello() will output the all the "output" of the
sub hello.
It should be working as you expected. What version of Embperl you are
using? And what exactly you mean by:
It returns: "world..."
Regards,
--
Luiz Fernando Ribeiro
Engenho Solu��es S/C Ltda
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]