In light of Apo4, I thought I'd re-ask this question. Is the following still
the approved idiom, or will we have a nice little /[A-Z]+/ thingie:
sub foo
{
temp $SIG{__WARN__} = sub {
warn "$(timestamp) $@\n"
}
warn "hello"
}
Dave.
--
Dave Whipp, Senior Verification Engineer,
Fast-Chip
Or possibly a universal catch, with the $@.warning and $@.die or
something, so that you can check it.
Ilya
> -Original Message-
> From: David Whipp [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 08, 2002 7:25 PM
> To: Perl6-Language (E-mail)
> Subject: catching warnings
>
>
> Per