Hi everyone, I just joined today!

I have been meaning to come here for a while, but I have had my hands full for quite some time.

As the title implies, my problem has become quite severe. My situation is as follows:

Originally, I installed Apache 1.3.31 (Win32) alone. I then tried installing the Perl 5.8.4 binary from activestate.com. Even after setting Apache to use the registry to interpret scripts (script alias was correct, too), It would not work. I even associated (or tried) the .pl and .cgi extensions with the path to perl.exe, but I kept getting the 500 Internal server error (error log says that it can't spawn child process). Just now, I tried to uninstall this with Add/Remove programs, but the app froze and I had to Ctl+Alt+Delete it (isn't Windoze fun). Now I can't even delete the C:\Perl directory, I'm denied access.
Would you believe I actually had the Perl 5.6.1 binary working once upon a time? It was true, until I tried to use a newer CGI.pm. I started getting errors with the new CGI.pm. It was trying to use a Util.pm module, which was incorrect according to the errors shown when running a script from the command line. I thought replacing that with Perl 5.8.4 would make everything nice again. Quite the opposite; I've never been worse off!

I've searched everywhere (got experience with searching for windoze help before installing my first Perl binary), but no one really has much documentation for running Perl on Win32. I need to figure out how to get Perl working again. I really want to avoid installing apache fresh, for fear that something goes wrong with that. I am able to use PHP 5.0.0, which was the easiest thing that I've ever got to run since using my Apache. My roots are in Perl though. Thtat was my first server-side language and I don't want to abandon it!!

Sorry, almost forgot, I am running on Windows XP: Home

Please help me when you can, I'm desparate!

Curtis Dyer

Please visit My site, which is in progress! :-)

In reply to A very severe Perl installation problem!! by dyer85

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.