Thanks for your reply. I'm not trying to be adversarial here. I'm relatively new to Perl and do not know all the debugging methods. But you are correct in that I should have checked the Apache error logs sooner. I apologize for that. Here is the log that is generated. note: I changed the IP's to x's. They are not that way in the log.
[Tue Apr 08 11:23:34 2003] [error] [client x.x.x.x] Premature end of +script headers: c:/program files/apache group/apache/cgi-bin/process_ +results.cgi [Tue Apr 08 11:23:34 2003] [error] [client x.x.x.x] Can't locate XSLoa +der.pm in @INC at C:\perl5\lib/Fcntl.pm line 61. [Tue Apr 08 11:23:34 2003] [error] [client x.x.x.x] BEGIN failed--comp +ilation aborted at C:\perl5\lib/Fcntl.pm line 61. [Tue Apr 08 11:23:34 2003] [error] [client x.x.x.x] BEGIN failed--comp +ilation aborted at c:\PROGRA~1\APACHE~1\apache\cgi-bin\PROCES~1.CGI l +ine 2.
I'm not trying to win anything. Just trying to get my work done. I really love perlmonks and respect all of you who frequent this site and make it such a wonderful community and resource. Thanks for all the help. I'm not trying to be a jerk or seem unappreciative.

In reply to Re: Re: Using Fcntl in CGI (20 questions) by Avox
in thread Using Fcntl in CGI by Avox

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.