I've tested in this PCs:

PC 1

-bash-3.00$ uname -a SunOS reia 5.10 Generic_137137-09 sun4v sparc SUNW,Sun-Blade-T6320 -bash-3.00$ perl -Mthreads -e 'print $threads::VERSION . "\n"'; perl +-Mthreads::shared -e 'print $threads::shared::VERSION . "\n"' ; perl +-v 1.71 1.27 This is perl, v5.8.8 built for sun4-solaris-thread-multi
PC 2
-bash-3.00$ uname -a SunOS deimos 5.10 Generic_138889-03 i86pc i386 i86pc -bash-3.00$ perl -Mthreads -e 'print $threads::VERSION . "\n"'; perl - +Mthreads::shared -e 'print $threads::shared::VERSION . "\n"' ; perl - +v 1.72 1.28 This is perl, v5.8.8 built for i86pc-solaris-thread-multi
PC 3
$ uname -a Linux communicator 2.6.27-11-generic #1 SMP Wed Apr 1 20:57:48 UTC 200 +9 i686 GNU/Linux $ perl -Mthreads -e 'print $threads::VERSION . "\n"'; perl -Mthreads:: +shared -e 'print $threads::shared::VERSION . "\n"' ; perl -v 1.67 1.14 This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
What do you mean by CRT?

In reply to Re^6: Threads: How to share a FileHandle to Write by gulden
in thread Threads: How to share a FileHandle to Write by gulden

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.