On Mon, Mar 10, 2008 at 12:17 PM, Gunnar Hjalmarsson <[EMAIL PROTECTED]> wrote:
> In what way is opening a file from a browser a CGI problem?
Maybe you missed where the OP said "I am developing a help viewer app
with CGI pm."
Cheers!
--Tom Phoenix
Stonehenge Perl Training
--
To unsubscribe,
Tom Phoenix wrote:
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
If you're doing CGI programming with Perl, you should be asking your
questions about that in the beginners
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
I am developing a help viewer app with CGI pm. However I have hit a
roadblocjk with the last part of the program
This searches the /usr/share/doc heirarchy for html files and presents
a dropdown list.
However when I try to access the file ie: with
file://usr/share/doc/somefile.html I cannot
I ha