in reply to (larryk) possible bug in CGI.pm - Re: Perl, Apache, Dr. Watson, and my scripts
in thread Perl, Apache, Dr. Watson, and my scripts
It's pretty much the situation that you describe above. . . just a little bit different. Instead of this:
I have this:http://cygnus/cgi-bin/view.cgi?document=12345678&=name
Note the &&. If I make it a single &, it seems to work fine. Seems like I made a pretty fatal typo there. I don't know if that indicates a problem with CGI or not (my guess is not), but I do know that things work fine without the second &.http://cygnus/cgi-bin/view.cgi?document=12345678&&tab=name
Thanks for your help :)
MrCromeDome
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print "true" unless $MrCromeDome ne "dumbass"
by larryk (Friar) on Aug 16, 2001 at 23:52 UTC |