in reply to Re: Porting from cgi::session to using built in activeperl management
in thread Porting from cgi::session to using built in activeperl management

*Sign of relief* SO I don't have to rewrite all of my session management scripts. That is a big relief. Now this may sound stupid but I'm used to installing modules the "normal" way.
perl Makefile.PL make make test make install
How do I do this "manually" where I actually put the file in the directory. I assume on the use CGI::Session I specify a path. However, I'm not sure what and where everything is supposed to go. Thanks so much. (btw, I decided to switch host today since parcom seems to not support anything I need Any suggestions for good windows perl host are welcome).

Replies are listed 'Best First'.
Re^3: Porting from cgi::session to using built in activeperl management
by BUU (Prior) on Jul 13, 2004 at 01:27 UTC
    Why are you trying to find a *windows* *host*? Especially if you're using perl and such like.
      I have to use windows because all of the files are in MS Access (I have no control over that) and I heard trying to use a Unix driver for MS Access is a total pain. I could convert everything to MySQL. Problem is I have alot of programs that use LWP that have to write directly to the Access database for the company to use. And I really don't have the skills or the time to write a program to convert everything into access and then to mySQL on the fly.