in reply to Re: PAR: How to?
in thread PAR: How to?

Yes, I read it before, but I just couldn't understand when it involve file in different directories and, when it is in .exe form how do I use them? As the server.pl will search the file http://localhost:1010/cgi-bin/myp.cgi. myp.cgi is in the .exe file but how to call that file?

Replies are listed 'Best First'.
Re^3: PAR: How to?
by tinita (Parson) on Jul 31, 2004 at 15:41 UTC
    As the server.pl will search the file http://localhost:1010/cgi-bin/myp.cgi.
    that is not a file, but a http-url. i don't get how your application architecture looks like.
    what exactly do you mean when you say "server.pl will search ..."? as it is a url i can only guess it does fetch the url via lwp.