Heya Tye. The sub I wrote was initially tested with die during the first coding session. Unfortunately, I'm the only coder here that knows Perl. Perl is also the only language I know (it's probably the easiest language since FORTRAN and VB). I was not expecting to run into this problem, so I had avoided large error handling subs. I guess now I must put them in to ensure these programs work properly. I guess I'll have to give up a little bit of the speed now. Oh well, I think the programs will work fine with heavy error handlers (I hope!!!). Thanks for pointing out the cwd possibility. I'll look into that later today. Thanks your your help guys. Any other pointers, style advise, or what-have-you will be much appreciated. Necos

In reply to Re: (tye)Re: RPC by Necos
in thread RPC by Necos

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.