http://www.perlmonks.org?node_id=189910


in reply to •Re: Interesting CGI.pm query_string behavior
in thread Interesting CGI.pm query_string behavior

This behavior does seem consistent with how the rest of CGI.pm works.

For some reason I had it in my head that methods like query_string() and script_name() were just convenience methods for getting %ENV values, but this isn't the case. Fine with me, because this is a very nice feature. . .The docs were just a bit confusing as to what was actually returned from query_string().

Thanks.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.