On Tue, Oct 25, 2011 at 9:39 AM, Zefram <zefram@fysh.org> wrote:
> I think the best
> available approach is
I like the practice of separating the questions
"did the block succeed?" from "what was the exception?"
by ending the eval block with 1 instead of testing $@.
unless(eval { ... ; 1}){
... #catch
}
--
"*Unacceptable:* Little cartoon boy micturating on Fedora logo" -- fedora
project trademark
guidelines<http://fedoraproject.org/wiki/Legal:Trademark_guidelines>
Thread Previous
|
Thread Next