> > So if $q above is : hi=bye&love=hate&one=two&etc=etc
>
> Hmmm. Do you work for the State Department or something? Or
> the White House Press office?
That was a good one
> >
> > I want to remove, say 'love', so it'd be: hi=bye&one=two&etc=etc
> >
> > I know I could do a regex but I'd like
Dan Muey wrote:
> Hello list,
>
> I have a probably simple thing.
>
> I'd like to basically do:
>
> use CGI qw(:standard);
> my $q = query_string();
>
> Except I need to remove two params from it:
>
> So if $q above is : hi=bye&love=hate&one=two&etc=etc
Hmmm. Do you work for the State Department
> It was Thursday, June 19, 2003 when Dan Muey took the soap
> box, saying:
> : Hello list,
> :
> : I have a probably simple thing.
> :
> : I'd like to basically do:
> :
> : use CGI qw(:standard);
> : my $q = query_string();
> :
> : Except I need to remove two params from it:
> :
> : So if $q
It was Thursday, June 19, 2003 when Dan Muey took the soap box, saying:
: Hello list,
:
: I have a probably simple thing.
:
: I'd like to basically do:
:
: use CGI qw(:standard);
: my $q = query_string();
:
: Except I need to remove two params from it:
:
: So if $q above is : hi=bye&love=hate&