http://qs1969.pair.com?node_id=544849

http://www.literateprogramming.com/
Seeking advice for testing a web service client
Adding into a users crontab
hesco
References quick reference
Understanding Chaos
Understanding Chaos Fun with glob:
-require File::Util; -my($f) = File::Util->new(); -my @config_files = $f->list_dir( 't/ini' , '--pattern=\.ini$' ); +my @config_files = glob("t/ini/*.ini"); foreach my $config_file (@config_files){ + $config_file =~ s/t\/ini\///;

Yes, even you can use CPAN Issues with "Can't locate object method "new" via package "Politics::Supporters" at t/01_constructor.t line 31." This issue was resolved. Thanks for those who shared pointers.

Thoughts on SQL injection
http://xkcd.com/327/
http://ferruh.mavituna.com/sql-injection-cheatsheet-oku/
http://www.unixwiz.net/techtips/sql-injection.html
http://www.perlmonks.org/?node_id=661423
http://perldoc.perl.org/perlsec.html
http://www.owasp.org/index.php/Testing_for_SQL_Injection
http://www.owasp.org/index.php/Category:OWASP_SQLiX_Project