in reply to (jeffa) Re: Using Fcntl in CGI
in thread Using Fcntl in CGI

I am printing the header. I just didn't include all that in the post. The paths are correct. I comment out the sysopen and locking code and just try to leave the use Fcntl qw(:DEFAULT :flock); in and that causes the webpage to fail. I comment it out, and the page loads fine. EDIT: the error is an Internal Server Error.

Replies are listed 'Best First'.
Re: Re: (jeffa) Re: Using Fcntl in CGI
by cbro (Pilgrim) on Apr 08, 2003 at 16:05 UTC
    Is this the error displayed on the browser?
    I'm assuming it is....
    If so, could you please post the error printed to your Apache error_log?