On Oct 24, 2005, at 9:12 AM, Doug Cutting wrote:
Marvin Humphrey wrote:
What are the advantages of the With class? Why not just obtain
the lock, run a block, and release the lock?
The release should be in a 'finally' block. 'With' enforces that.
Ah. No 'finally' blocks in Perl, but I can mimic the flow using eval
[BLOCK], and achieve the "enforcement" aspect.
Thanks,
Marvin Humphrey
Rectangular Research
http://www.rectangular.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]