Sign In/My Account | View Cart  
advertisement
-->




Perl Resources | Topic: Programming

Startup.pm
Developing with Perl you certainly appreciate writing easily nifty programs. Unfortunately a bunch of boring problems make life uncomfortable. Martin Schwartz had to deal with them so often, he created this module. Imagine:
  • You want to have an option to work on files recursively.
  • You want some modules to print some info during work, but this output would hardly be predictable and thus might destroy your program output.
  • You want to have a little logfile reporting actions.
  • You want to report errors, but not via %22die%22, and you dislike writng trapping code all the time.
This module will help solve those problems, and make your programs more valuable.


Sponsored By: