I can update perl. I am of the mindset "If it's not broken, don't update it". Now, It seems broken so I am willing to update. What ActivePerl release is most stable? Any sugestions? I have ActivePerl-5.16.3.1604 downloaded and installed on one puter. It went "ok" (a few problems) but I am willing to install this on the server now. Do you recommend another version?

What am I trying to accomplish? 1. Understand why the program stops working (I like to root-cause things) and 2. Once 1. is answered re-write the program so it won't crash. Now I am working on making it more effeciant with memory. I am currently not having any luck with "undef <variable>" sigh... If you mean at a higher level "What am I trying to accomplish", without going into a lot of detail, I am sorting a two structures in alphanumbric sequence and I need to keep all the file pointers in the directory structure "not broken". I uses 4 variables to do this (i.e. causing me to use 4X the data base size) Now I am trying to reduce the number of variables I need. will "undef <variabe>" re-claim un-used memory? It seems that it is not.


In reply to Re^2: I can crash perl by mark4
in thread I can crash perl by mark4

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.