Help for this page

Select Code to Download


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