Thank you very much for your reply. I just figured out what was going on. And, to answer your questions regarding registering perl with Apache and associating the .pl and .cgi extensions, yes they had to be associated with the perl executable. But, what I found was almost too blatant and comical at the same time I am busting up laughing still! The path and info in the script were all correct. However, the error was in the .EXE file that was called up. I did not know there was a difference between perl.exe and perl5.10.1.exe. Once I pointed the script at the perl5.10.1.exe instead of just perl.exe, everything works just like it should have from the begining. You can check out the page below to see what I have been pulling my hair out to get to work. Oh, PS, eventually, I will be migrating to a Linux box, but since I can get Windows up and running faster and I was getting frustrated with configuration issues on setup with Linux due to my STEEP learning curve. But I do like the security of Linux/Unix better than Windows. But, like I said, my web host went tits up (not the first one to do that to me) I decided to do my own and Windows provided the quickest route while I learned Linux.


Anyway, here is what the script does:


http://node3d.servehttp.com/kwrgb.cgi



Thanks again! Scott

In reply to Re^2: Why does this download the script file instead of displaying the results? by thenodemaster
in thread Why does this download the script file instead of displaying the results? by thenodemaster

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.