Thanks for touching the subject of using strict.pm and especially it's superb ability to fix majority of the bugs in a legacy code (that which wasn't running on strict before) without having to resort to rather involved practices such as Refactoring, for example.

Of course, there are many other issues involved in 'revisiting old code'. Aside from having to refactor bits and pieces of an old code in order to resurrect it from near-extinction, one also has to tackle conflicting coding styles. It's half the trouble if the styles are just that 'conflicting'. Unfortunately, there's a lot of coding styles that are precursors to greater problems in the code. I believe some of these issues were touched in On maintaining old code and the battle of styles... post I mead a couple weeks ago.

Romping around the monastery, you should also notice a great many posts where similar subjects are discussed:

UPDATE fixed a few spelling errors ;)

_____________________
$"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+) +-.*)$/;$_=&#91"ps -e -o pid | "," $2 | "," -v "," "]`@$_`?{print" ++ $1"}:{print"- $1"}&&`rm $1`;print"\n";}

In reply to Re: Thoughts on revisiting old code by vladb
in thread Thoughts on revisiting old code by rinceWind

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.