----- Original Message -----
From: Cornish, Merrill <[EMAIL PROTECTED]>
To: Dave Navarro <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, January 09, 2001 9:17 AM
Subject: RE: Perl question


> die() throws an exception. If there is nothing there to catch
that

<skip morbid discussion>

> If, however, you are merely looking for an escape from a
function, then
> create a block in the function, label it, then use last <label>
to escape to
> the end of that labeld block.

Why not just use return? e.g.

        return unless something_more_to_do;

>
> Merrill


--Will

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to