Acme::JavaTrace

Acme::JavaTrace is a Perl module for using Java-like stack traces.
Download

Acme::JavaTrace Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sbastien Aperghis-Tramoni
  • Publisher web site:
  • http://search.cpan.org/~saper/

Acme::JavaTrace Tags


Acme::JavaTrace Description

Acme::JavaTrace is a Perl module for using Java-like stack traces. Acme::JavaTrace is a Perl module for using Java-like stack traces.SYNOPSISOn the command-line: perl -wMAcme::JavaTrace program_with_strange_errors.plInside a module: use Acme::JavaTrace; warn "some kind of non-fatal exception occured"; die "some kind of fatal exception occured";< buzzword >This module tries to improves the Perl programmer experience by porting the Java paradigm to print stack traces, which is more professional than Perl's way. < /buzzword >This is achieved by modifying the functions warn() and die() in order to replace the standard messages by complete stack traces that precisely indicates how and where the error or warning occurred. Other than this, their use should stay unchanged, even when using die() inside eval(). Requirements: · Perl


Acme::JavaTrace Related Software