http://www.perlmonks.org?node_id=1074766


in reply to Try::Tiny not returning error

Use of uninitialized value is a warning, not a fatal error. Try::Tiny only catches fatal errors.

Replies are listed 'Best First'.
Re^2: Try::Tiny not returning error
by Audar (Novice) on Feb 13, 2014 at 15:02 UTC
    Gottit! thank you.