This "down-to-earth" squirrel is building a nest containing nuggets of Perl Techniques, tips, and tricks for useful application development, data conversion scripts and one-liners. UNIX/Linux shell scripting topics will also be added.
perl -MFile::Find=find -MFile::Spec::Functions -Tlw -e 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'