RE: Quick CGI query_string() question

2003-06-23 Thread Dan Muey
> > 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

Re: Quick CGI query_string() question

2003-06-21 Thread R. Joseph Newton
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

RE: Quick CGI query_string() question

2003-06-19 Thread Dan Muey
> 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

Re: Quick CGI query_string() question

2003-06-19 Thread Casey West
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&