PException

Exception manager
Download

PException Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • N. S. MouniĆ©e
  • Publisher web site:
  • http://search.cpan.org/~mouns/

PException Tags


PException Description

Exception manager PException is an exception manager in Perl.SYNOPSIS use PException; try { throw( AnException->new() ) if $something; throw( AnOtherException->new( [] ) ) unless $anotherthing; } catch AnException( sub { } ) , onfly AnOtherException( sub { } ) ; Requirements: · Perl


PException Related Software