Utility Functions
- ReadParse()
Read in variables from a POST form and store in an associative array.
- kCGI::die()
Exit, with a brief error message to the user, and a complete
dump of stuff via e-mail to the maintainer.
- MethGet() and MethPost().
How was this script called?
Allows both ends of a form to be in one perl program.
- pick_random_image().
Picks a decorative image out of a directory.
- background().
Forks off a subprocess and executes the specified subroutine in
the background.
Good for slow database updates and the like.
- ...
Homepage