Hi Moe, I'm in the same boat you were, so maybe you have come across this. We have just got some Sun Blades running Solaris 8 and I need to run a simple bit of perl on them. But for some reason the pipes aren't working as they should. The code forks itself into 2 tasks, the parent task checks the disk for new files then passes the filename on to the child to be processed. The problem is if the parent passes more than one filename, then the child only processes the first name. The pipes, $_, print, etc are all set up as in the Camel book. And to really annoy me, I can put the same code on one of our AIX4 boxes and it runs fine. Have you found anything about solaris 8 & perl, that might help me Thanks Paul

In reply to Re: Is anyone using Solaris 8? by spitzie
in thread Is anyone using Solaris 8? by el-moe

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.