|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^3: Error in CGI::Session on Windows: flock() not implementedby antirice (Priest) |
| on Dec 13, 2005 at 00:06 UTC ( #516184=note: print w/ replies, xml ) | Need Help?? |
|
According to perlport, seems to be. I don't think windows supports flock until you get into the NT's (2000, XP, etc). For the time being, you could add the following code to your script to override flock. (NOTE: Only do this for when you run on Windows 98 as the locks are very important with a filesystem that allows concurrent access to files).
Note: Updated code.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||