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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello

I have a very naive question about CGI. I have a small CGI script that generates a basic HTML page. The script is called by a URL such as

http://mydomain.com/cgi-bin/mobile/generateHTML.pl

Everything works fine. What I do not like is that in the URL bar I see this monster URL (http://mydomain.com/cgi-bin/mobile/generateHTML.pl). Is there any way to maybe reduce it to http://mydomain.com or something similar (of course without changing page)?