• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ArgChecker.pmH A D25-Nov-19996.5 KiB24076

ChangesH A D25-Nov-1999135 63

MANIFESTH A D25-Nov-199958 76

Makefile.PLH A D25-Nov-1999172 86

READMEH A D25-Nov-1999656 2315

test.plH A D25-Nov-1999660 215

README

1CGI::ArgChecker - An extensible CGI parameter validation module (allowing
2commonly used checks on parameters to be called more concisely and
3consistently).
4
5Copyright (c) 1999 WebJuice, L.L.C.  All rights reserved.  This program is
6free software; you can redistribute it and/or modify it under the same terms
7as Perl itself.
8
9This is really a simple wrapper around String::Checker; most of the
10interesting reading is in that module's documentation.
11
12This module has only been tested under FreeBSD, Linux and Solaris, though
13I can't think of any reason why it shouldn't work elsewhere.
14
15Building
16
17  # perl Makefile.PL
18  # make
19
20Installing
21
22  # make install
23