I can't reproduce your "Deep recursion" error, but I do encounter quite a few errors with the Win32::NetName package you refer to. Some of these are extremely trivial syntax errors such as:

Parentheses missing around "my" list at d:/Perl/site/lib/Win32/VolumeI +nformation.pm line 41

Which relates to this line of code:

my $name,$serial,$maxlen,$flags,$fstype;

Which is, as the error message suggests a plain and simple syntax error. To me this indicates that the module is a ways short of being ready for prime time, and your best hope of getting some assistance with the problem would be to contact the author directly via his CPAN id.

Were this the only error, I would try taking the obvious remedial action, but I encountered various other anomolies with the module, some of which aren't consistantly reproducible, so I think that correction is best left to the author.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller



In reply to Re: Deep recursion on subroutine... by BrowserUk
in thread Deep recursion on subroutine... by jls

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.