Thank you for your help.

I agree with what you said but I found that on 2 of my own MS Windows web servers, where I had recently reinstalled the operating system and then installed ActiveState Perl 5.8, I noticed that although Fcntl has been installed and I can see the module in the lib folder, the @INC variable was not set up properly for IIS.

I realize this is easy to fix but it made me realize that even though Fcntl may be installed on many or all of my customers' web servers, it is likely that for some Fcntl will not be available through the web server without making a configuration change. The problem is many of my customers do not have the ability to change the configuration of their web servers. Many of them can only copy files. To accommodate these folks, it's important to be able to make Fcntl optional.

Thanks again.

Richard


In reply to Re^2: Can I include O_CREAT, O_EXCEL and O_WRONLY in my script without always requiring Fcntl? by rzward
in thread Can I include O_CREAT, O_EXCEL and O_WRONLY in my script without always requiring Fcntl? by rzward

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.