Subject: | re: 19044 url(...) returns empty results with IIS |
Regarding 19044 url(...) returns empty results with IIS
don't have to use IIS to see this, just
create the script c:\temp\test.pl under windows xp, running
activestate 5.8.8.
--------------
use CGI;
$query = new CGI;
print $query->url(-full=>1);
--------------
under CGI 3.05 this returns
http://localhost/test.pl
under CGI 3.15 this returns
http://localhost