We tend to use <%cleanup> for that - is that not adequate?  Or are you
worried about capturing exception states?

On 12/26/06, Ruslan A Dautkhanov <[EMAIL PROTECTED]> wrote:

Hello !

Does have Mason plans to integrate Error's module try/finally
functionality into
Mason project?

For example, I have many blocks like following one:

#use Error qw(:try);
try {
...
}
finally {
...
};

I just want to see it in the Mason:
<%perl>
...
</%perl>

<%finally>
</%finally>

So, we'll have good place to place destructors, default db connection
closing calls etc...

Thanks


--
Ruslan A. Dautkhanov


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users




--
Shane McCarron
[EMAIL PROTECTED]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to