Thanks for the info on Win32::Env and the Broadcast function. It seems to do the trick most of the time.

We are trying to use the Win32::Env Broadcast function. It seems to work fine in most cases.

We have found one machine where the function hangs. It has been trying for 8 minutes now and will not complete.

The test case we are using is with perl version 5.8.8 822 from activestate. I installed Win32::Env 0.03 a few weeks ago.

This is the script we are trying. It failed in a much larger script and we found this fails also.

use Win32:Env;
Broadcast();

Do you know why this might happen? It there some sort of debug that can be enabled to see what it is trying to do?


In reply to Re^2: how do you propagate Tie::Registry modifications to the system environment by warrendodge
in thread how do you propagate Tie::Registry modifications to the system environment by warrendodge

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.