Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

(Instead of blindly down-voting ...) would you please point out my error?   Seeing a negative number tells me nothing, although I am quite used to it by now.   Obviously, the my variable must be declared somewhere, and in addition, it must be set to empty-list or undef (if this is running in a persistent environment such as mod_perl).   It is genuinely my understanding that declaring the variable within one (in-lined) sub, but using it in another, is Not A Good Thing.™   Please explain the error of my ways.

Edit:   Was the source-code revised since the first time I saw it, or is it just that my glasses are dirty?   I don’t think I saw multiple my declarations for the array.   More cof-fee... more cof-fee...

It occurs to me also in re-reading that the my declaration is also the only place where the variable in question is set to empty-list.   Therefore, if the code repeatedly followed another path, the array would continue to grow.   (Although I’d expect that you would be able to see that happening very easily.)

I also don’t see anything in the fragment that was posted that would account for a runaway memory leak.

I really want to know, as any Monk would do, where I went wrong on this comment!   Thanks in advance.


In reply to Re^3: How to deal with the fact that Perl is not releasing memory by sundialsvc4
in thread How to deal with the fact that Perl is not releasing memory by carlbolduc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-18 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found