Hi Ynon, On Thu, 12 Jul 2012 10:08:18 +0300 ynon perek <[email protected]> wrote:
> Hi All, > Looks like I'm in a slides-frenzy these past few days :) > > To finish the perl part, I have one more keynote to share. It's about CPAN, > why it's important and some of my favorite modules. Hope you find it > useful, and feel free to comment: > > http://ynonperek.com/course/advanced-perl/cpan > Nice! I'm enjoying reading the slides and I've learned about Carp::REPL and Capture::Tiny which seem very useful. A few notes: 1. "Write a perl that prints" - s/perl/perl program/. 2. In the part about local::lib you show how to add to one's .cshrc, but not to Bash. Why not? For the record, I don't think you should encourage people to use csh/tcsh: http://shlomifish.org/open-source/anti/csh/ 3. File::Find::Declare - at the risk of touting my own horn, I should note that File::Find and everything based on it have some philosophical limitations, and that you should see the alternatives at: http://perl-begin.org/topics/files-and-directories/#directory_traversal 4. In addition to Capture::Tiny, I also like Test::Trap: https://metacpan.org/module/Test::Trap Regards, Shlomi Fish -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ "Humanity" - Parody of Modern Life - http://shlom.in/humanity My Commodore 64 is suffering from slowness and insufficiency of memory, and its display device is grievously short of pixels. Can anybody help? — Omer Zak Please reply to list if it's a mailing list post - http://shlom.in/reply . _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
