]> mj.ucw.cz Git - libucw.git/history - lib/perl/CGI.pm
Added REV_COMPARE(x,y) which is equivalent to COMPARE(y,x), but it's
[libucw.git] / lib / perl / CGI.pm
2003-08-10 Tomas VallaRecognition of variable types in parse_args is now...
2003-07-20 Tomas VallaAdded 'array' feature to handle multiple variable occur...
2003-07-10 Tomas VallaJust to make it more comfortable.
2003-07-09 Tomas VallaPatch to allow processing of multiple occurences of...
2002-09-23 Martin MaresBetter avoid the brain-dead encoding " " as "+" when...
2002-09-23 Martin MaresFix escaping of "+" characters in outgoing parameters...
2002-09-17 Martin MaresAdded functions for automatic processing of script...
2002-09-06 Martin MaresAdded first two functions of the Poor Man's CGI module.