Alois Mahdal 3708197801 Fixed markup 12 anos atrás
bin Added CLI using Getopt::Long 12 anos atrás
cgi-bin/htlog Merge branch 'master' of git@gitssl:AloisMahdal/minions.git 12 anos atrás
lib Fixed mode to executable 12 anos atrás
.gitignore maintenance: ignorance as a starting of a nice day 12 anos atrás
COPYING License first!!! 12 anos atrás
COPYING.LESSER License first!!! 12 anos atrás
README.md Fixed markup 12 anos atrás

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 easy to start testing your Perl module with Test::More etc. 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.

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.