I needed to start a "node.js" shell on the server to handle some of the backend of the client, and I wanted to monitor what was going on with my script while I was developing it. Using the example I posted earlier, I can get the 'node irc-connect.js' program started without any errors now, but I have no way of 'directly' following it's progress, I guess I will have to just rely on my blind-wit to code it properly, I'm begining to think it's not quite as 'transparent' as I hoped... *heh*... I appreciate everything you have helped me with Anonymous, and will use your direction in my further travels here with this project. I just like writing my own code rather than adopting others, I learn more I think... I did manage to write a strictly raw perl smtp/pop3 communication routine thats crude, but pretty fast ! Thanx again. -Gary


I tried re-inventing the wheel again, but everytime I push it, it still falls flat on it's side...

In reply to Re^4: Win32 Process Create by PriNet
in thread Win32 Process Create by PriNet

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.