Just start by tackling the first error message, which is

Can't locate Crypt/Random/Source/Strong.pm in @INC (@INC contains: ). +at /<C:\Documents and Settings\Windows Xp\Desktop\pwgen.exe>Class/MOP +.pm line 135

You are missing the package Crypt::Random::Source::Strong, which in this case you'll find in PPM in the module Crypt-Random-Source, so typing in cmd.exe the following command should fix that problem:

ppm install Crypt-Random-Source

Now, try the Perl script again, and look at the first error message again. Another missing module? Install that as well and keep going until you either have a different problem you can't solve (click reply on this post so i get notified) or the script works.

Before i forget, you did read this

********************************************************************** +****** * WARNING: Applications generated by this evaluation copy of PerlApp w +ill * * stop working after the end of the evaluation period: 2012-0 +1-29 * ********************************************************************** +******
in the output, didn't you. What you have is an evaluation product of a commercial software. So, after you got your script working, you'll have to decide if you want to buy the product or switch to something like Strawberry Perl and PAR.

"Believe me, Mike, I calculated the odds of this succeeding against the odds I was doing something incredibly stupid… and I went ahead anyway." (Crow in "MST3K The Movie")

In reply to Re^2: Someone please give me a hand? by cavac
in thread Compile Perl To Executable by JackRoss

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.