Basically Perl is a server side script, this means it needs to be executed on the server, to then give a HTML output that is presented to the viewer (as browsers interpret HTML, not perl

)
So, if you are execuing the Perl script on your localhost machine then you need to put it in the designated area and then goto
http://localhost, you should be able to find the file in there and use it correctly
