Help for this page
sub parse_params { my($self,$tosplit) = @_; ... push (@{$self->{$param}},$value); } }
package xmlCGI; use CGI; ... } } 1;