You have quite a long road ahead of you. Mainly because
it looks like the original scripts are Perl4.
Hopefully you will drop the push and require and
replace them with:
use lib '/infosrv/ns-home/cgi-bin/';
use cgi-lib;
but cgi-lib sucks - use CGI or FastCGI . . .but that's
beside the point. Why move from *nix in the first place?
There can't possibly be a convincing enough reason not to
upgrade to the lastest version of Perl, and build mod_perl
into an Apache server. I have no problems with Win2000, I
just feel that moving web scripts to another platform is
silly. They are accessible by all platforms. Hell, run
two web servers!
I wish you luck!
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.