commitbot, channeling Carlin (>):
>  =item die
>
> + multi die (@LIST)
> +
> +Prints each element to $*ERR (STDERR) and throws an exception.

Well, no. If that were true, &die calls within (the dynamic scope of)
a try block would also print things, which they don't. It's the thing
that catches the exception that decides to print or not print.

// Carl

Reply via email to