Alois Mahdal 96bb266573 For better parseability, content will never be zero-length or '-none-'. пре 13 година
bin Added CLI using Getopt::Long пре 13 година
cgi-bin/htlog For better parseability, content will never be zero-length or '-none-'. пре 13 година
lib Fixed mode to executable пре 13 година
.gitignore maintenance: ignorance as a starting of a nice day пре 13 година
COPYING License first!!! пре 13 година
COPYING.LESSER License first!!! пре 13 година
README.md Enhanced autotest.pl introduction пре 13 година

README.md

minions

My favorite tiny Perl scripts for development and testing.

htlog.cgi

Collects GET requests with parameters msg and tag and logs them into single text file

htlogger.pm

API to make usage of htlog.cgi in Perl scripts even easier

autotest.pl

Script to make it easier to start developing your new Perl module under pressure of unit tests written in Test::More and the likes.

Suggested use is to sit on the other monitor, run all .t files around and around and be annoying about the fact that they fail. Then the rule of thumb is "no green, no commit".

timestamp.pl

Script to measure how long mone second takes. For those that know how long it takes, it can serve as a snippet for Perl &stamp().

helper.pm

Container module for some utility methods for Perl. Probably only dmup() is interesting—it bears a nice quick and dirty way for dumping Perl data.