On Thu, 25 Jan 2001, Doug MacEachern wrote:
> + for ($key, $val) {
> + push @args, $_ ? Apache::unescape_url_info($_) : undef;
shouldn't this be:
push @args, defined $_ ? Apache::unescape_url_info($_) : undef;
???
Or am I just missing something?
-dave
/*==================
www.urth.org
We await the New Sun
==================*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- FW: bug in mod_perl-1.24 & request->args & requ... Geoffrey Young
- Re: FW: bug in mod_perl-1.24 & request->args &... Doug MacEachern
- Re: FW: bug in mod_perl-1.24 & request->args &... Doug MacEachern
- RE: FW: bug in mod_perl-1.24 & request->args &... Geoffrey Young
- RE: FW: bug in mod_perl-1.24 & request->ar... Doug MacEachern
- RE: FW: bug in mod_perl-1.24 & request->ar... Doug MacEachern
- Re: FW: bug in mod_perl-1.24 & request->args &... Dave Rolsky
- Re: FW: bug in mod_perl-1.24 & request->ar... Doug MacEachern
