Re: Portability Question

2003-09-09 Thread Randy Kobes
On Mon, 8 Sep 2003, Philip M. Gollucci wrote: > Say I want the same code to work under: > Win2k/ISS5.0&CGI > Win2k/IIS5.0&PerlEX > Win2k/Apache1&mod_perl1 > Win2k/Apache2&mod_perl2 > >FreeBSD/Linux/Sun/Apache1&mod_perl1 >FreeBSD/Linux/Sun/Apache2&mod_perl2 >FreeBSD/Linux/Sun/Ap

Re: Portability Question

2003-09-09 Thread Perrin Harkins
On Mon, 2003-09-08 at 23:29, Philip M. Gollucci wrote: > I haven't really had a hard time with this except: > CGI.pm ($query = CGI->new()) What about it? Is it not working? > Spreadsheet::WriteExcel (0.26 or less for Win2k/ISS5.0&PerlEx current is > .40 most likely not thread safe) > GD.pm (Ac

Portability Question

2003-09-08 Thread Philip M. Gollucci
Say I want the same code to work under: Win2k/ISS5.0&CGI Win2k/IIS5.0&PerlEX Win2k/Apache1&mod_perl1 Win2k/Apache2&mod_perl2 FreeBSD/Linux/Sun/Apache1&mod_perl1 FreeBSD/Linux/Sun/Apache2&mod_perl2 FreeBSD/Linux/Sun/Apache1,2&CGI Assume perl 5.6.1 ActiveState on Win2k and perl 5.8.0 on Un