Subject: | url gives warnings and no output |
Here is a simplified test case:
perl -MCGI -w -e '$q = new CGI; print $q->url(-relative => 1);'
3.10 prints '-e' which I believe to be correct.
3.29 prints warnings but no output:
Use of uninitialized value in substitution (s///) at (eval 4) line 45.
Use of uninitialized value in print at -e line 1.