[EMAIL PROTECTED] wrote:
> 
>     use End;
> 
>     {   my $foo = end {print "Leaving the block\n"};
>         ...
>         last;     # Prints "Leaving the block\n".
>         ...
>     }

Yep, that's *perfect*, for a proof of concept.

-- 
John Porter

Reply via email to