Acme::Echo

Display perl statements before, after, and/or during execution
Download

Acme::Echo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Westbrook
  • Publisher web site:
  • http://search.cpan.org/~davidrw/

Acme::Echo Tags


Acme::Echo Description

Display perl statements before, after, and/or during execution Acme::Echo is a Perl module to display Perl statements before, after, and/or during execution.SYNOPSIS use Acme::Echo qw/lines/; print "hello world\n"; print "blah\n"; no Acme::Echo; print "foo\n"; my $srclog; BEGIN{ open $srclog, '>', "srclog.txt" or die; } use Acme::Echo 'after', src_fmt= >"This code was just executed== >\n%s\n< ==\n", fh= >$srclog; ... Requirements: · Perl Limitations: · The lines mode doesn't currently support compound or sub statements.


Acme::Echo Related Software