enable_autoflush is like any other parameter - you can pass it to the
interpreter when you create it, and Mason will pass it automatically
down to the compiler.
my $interp = H::M::Interp->new(enable_autoflush=>0, ...);
On Jun 5, 2007, at 8:22 AM, John Siracusa wrote:
> I'm making my own interp, but can't figure out how to set
> enable_autoflush = 0. This works:
>
> $interp->compiler->{'enable_autoflush'} = 0;
>
> but of course is evil. Calling $interp->compiler->enable_autoflush(0)
> seems to have no effect. Suggestions?
>
> -John
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Mason-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mason-users
>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users