ActiveState Community

CGI-Session for 8.10 64bit anyone?

Posted by sang33ta on 2008-06-05 18:49

Since moving to Vista 64 i've had problems finding modules.

I can find Win32 8.10 CGI::Session
http://cpan.uwinnipeg.ca/dist/CGI-Session
but does anyone know how i can find/install it on Win64 8.10???

I suppose I could install Perl32 but Vista64 would stick it under "Program Files (x86)" directory which would break all my old "c:\perl" scripts.

I'd concider using 5.8.8 Win64 if it's availble there.

Any other way to keep login sessions?

Why isn't Session included in the basic package? It's hard to CGI without it!

Heeeeelp! :(

sang33ta | Fri, 2008-06-06 09:23

I tried making my own session routine with CGI::Cookie

but

print header(-cookie=>[$cookie1,$cookie2]);

kills/croaks any utf8 text loading in through

open (FILE, "<:utf8",$file);

:(

sang33ta | Fri, 2008-06-06 17:18

In the end I gave up trying to find a Perl Win64 8.10 repository and just got Perl Win32 8.10 up and running instead for an easier life :)

I just hope it doesn't croak with 4Gb+ RAM while it outside "C:\Program Files (x86)" and in C:\Perl instead.