in reply to PAR: How to?

i guess you just don't know that there exists lots of information on using PAR, for example directly on the cpan-site you will find:
pp - The Perl Packager
Tutorial
FAQ

Replies are listed 'Best First'.
Re^2: PAR: How to?
by Anonymous Monk on Jul 31, 2004 at 15:03 UTC
    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?
      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.