I have virtually no knowledge in Perl/CGI and am in some sort of trouble... I figured out it opened unix domain sockets, and that it is impossible to do that under win32.

There are ways to get around not having Unix domain sockets but if you don't know any Perl this will be a problem, because it is unlikely you will be able to do a simple search and replace. Although Perl was designed to be a cross platform language, the large variations between operating systems makes it very easy to prevent your script from working on multiple OSes. If the script was written for Unix or Unix like systems only, chances are a good chunk of the code needs to be rewritten to take into account NT 4's foibles. This may include more then changing the mode of Interprocess communication to use something other then Unix domain sockets (Hint: try TCP/IP, which should work under Windows because it is cross platform)

So, the best suggestion I have for you is either find an Open Source project that does what you want to do and supports Windows, or hire a programmer to convert your script to work on NT for you.

Hope that helps,

Vautrin


Want to support the EFF and FSF by buying cool stuff? Click here.

In reply to Re: Need advice porting CGI::IRC app to NT4 server by Vautrin
in thread Need advice porting CGI::IRC app to NT4 server by alex67501

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.