On Mon, Mar 10, 2008 at 7:50 AM, Mike Martin <[EMAIL PROTECTED]> wrote:
> However when I try to access the file ie: with > file://usr/share/doc/somefile.html I cannot Now, you know that a file URL refers to a file that is available to the machine that has the browser, right? It's not generally a file on the server where your program runs. Also, I think you want three slashes, not two, after the colon, since you aren't specifying a hostname: file:///usr/share/doc/somefile.html , perhaps. > Am I missing something simple? If you're doing CGI programming with Perl, you should be asking your questions about that in the beginners-CGI forum. http://learn.perl.org/faq/beginners-cgi.html Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/