Better Code

TwitterFacebook
Get flash to fully experience Pearltrees

Les tests en Perl - Présentation et modules standards

http://articles.mongueurs.net/magazines/linuxmag88.html [1] Test::Tutorial - http://search.cpan.org/dist/Test-Simple/lib/Test/Tutorial.pod [2] Test::Tutorial Presentation - Chromatic et Michael G. Schwern, http://mungus.schwern.org/~schwern/talks/Test_Tutorial/Test-Tutorial.pdf http://www.wgz.org/chromatic/talks/TestTutorial/
http://perltraining.com.au/tips/2009-02-05.html

Perl::Critic - Automatically review your co

The best way to do things in Perl keeps changing, just as the language and the art of programming does.

Ten Essential Development Practices

The most important aspect of any module is not how it implements the facilities it provides, but the way in which it provides those facilities in the first place. If the module's API is too awkward, or too complex, or too extensive, or too fragmented, or even just poorly named, developers will avoid using it. They'll write their own code instead. http://www.perl.com/pub/a/2005/07/14/bestpractices.html?page=1

Perl::Tidy - Parses and beautifies perl source - search.cpan.org

Perl::Tidy - Parses and beautifies perl source use Perl :: Tidy ; Perl :: Tidy :: perltidy ( source => $source , destination => $destination , stderr => $stderr , argv => $argv , perltidyrc => $perltidyrc , logfile => $logfile , errorfile => $errorfile , formatter => $formatter , dump_options => $dump_options , dump_options_type => $dump_options_type , ); http://search.cpan.org/~shancock/Perl-Tidy-20090616/lib/Perl/Tidy.pm

Unraveling Code with the Debugger

http://www.perl.com/pub/a/2006/04/06/debugger.html?page=1 Many people who work with Perl code never touch the debugger. My goal in this article is to provide reasoned argument for adding the Perl debugger to your set of tools, as well as pointers on how to do so.
http://search.cpan.org/dist/Devel-Size/lib/Devel/Size.pm

Devel::Size - Memory usage of variables

Devel::Size - Perl extension for finding the memory usage of Perl variables