Tagged Questions
5
votes
3answers
2k views
Where is flock() for Perl on Windows?
I have a Perl script that I'd like to run on Windows, using either Strawberry Perl or ActivePerl; I don't care which. This script however, uses flock() calls, which does not seem to be included in ...