Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

hesco's scratchpad

by hesco (Deacon)
on Apr 21, 2006 at 11:06 UTC ( [id://544849]=scratchpad: print w/replies, xml ) Need Help??

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found