If you haven't the answer you need yet post an example showing the error. You've given us a good test and bad test case, but plugging those into the code you have provided doesn't demonstrate the error you assert you are getting.

CountZero's reply Re: Puzzling warning "Use of unitialized value" in very simple code gives a good framework for the test. Using 'test_Alcatel1', 'test_Algerie1' in the test list reports both passwords as weak, but no errors or warnings (as expected).

Trying trimming down the relevant bits of code to the point where you have just enough stand alone code using the two test cases provided to demonstrate the problem. If you've not found the problem by then come back and show us what you've got.


Perl reduces RSI - it saves typing

In reply to Re: Puzzling warning "Use of unitialized value" in very simple code by GrandFather
in thread Puzzling warning "Use of unitialized value" in very simple code by jlhsgcib

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.