in reply to Re^2: Error in CGI::Session on Windows: flock() not implemented
in thread Error in CGI::Session on Windows: flock() not implemented

Sorry, I suppose I should have told you to revise the file path to something that exists on your machine (probably c:\\temp\\something_or_other.txt). Revise and try and see if it dies on the flock() call. Update: Why aren't you using a newer version of Perl?

Celebrate Intellectual Diversity

  • Comment on Re^3: Error in CGI::Session on Windows: flock() not implemented

Replies are listed 'Best First'.
Re^4: Error in CGI::Session on Windows: flock() not implemented
by sara2005 (Scribe) on Dec 13, 2005 at 00:00 UTC
    Thanks for the update.

    I tried changing the script as you suggested. I get this message "flock() unimplemented on this paltform".

    I am runnign this on windows 98SE. Is that the cause of this error?

Re^4: Error in CGI::Session on Windows: flock() not implemented
by sara2005 (Scribe) on Dec 13, 2005 at 00:05 UTC
    Thanks for the update.

    I tried changing the script as you suggested. I get this message "flock() unimplemented on this paltform".

    I am using perl 5.6.1 to be consistent with the version I have in Unix ( I don't have admin privileges in Unix to install the latest version)

    I am running this on windows 98SE. Is that the cause of this error?