I know CGI and have a few scripts running on my
Hostgator account.  I want to learn PSGI and
Plack and have been studying up on it.

I have a PSGI file and I can plackup it on my
computer and access it on
http://localhost:5000/

Now I'm trying to port it to my Hostgator account.
I'm working with Hostgator technical support to get that
done, but it's a slow process.

I have some basic questions:

I upload my CGI scripts to the cgi-bin directory on the
webhost server, change file permissions, and point my
browser to that location.  Will I be doing the same kind
of thing with the PSGI scripts?  So there is no need to
plackup on the webhost server side?

When I do plackup on my computer and access it on
http://localhost:5000/
Is that done just for testing purposes?


Mike Flannigan



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to