The script in the OP repoduces the problem. I believe the lookup method does access and read the ~/.netrc. Regarding the file mode for the .netrc file; the manpage for netrc on my HPUX 11 has the following:
If the .netrc file contains password or account information for use other than for anonymous ftp, its owner must match the effective + user ID of the current process. Its read, write, and execute mode bi +ts for group and other must all be zero, and it must be readable by its owner. Otherwise, the file is ignored.
The Net::Netrc page says read/write for owner or 0600. Either way (400||600), the script hangs if both Tie::File and Net::Netrc are both in the script. If I remove Tie::File from the above script it does not hang.

Thanks

Sweetblood


In reply to Re^4: Problem using Net::Netrc and Tie::File by sweetblood
in thread Problem using Net::Netrc and Tie::File by sweetblood

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.