Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi = CGI->new;
    ...
        delete $cgi->{param}{keywords} if length && !/[&=]/;
    }
    ... rest of the code goes here ...