- or download this
#!/usr/bin/perl
...
1;
__END__
- or download this
#!/usr/bin/perl -w
...
# try unlock
$lock->unlock();
print "Unlocked '$file'.\n";
- or download this
#!/usr/bin/perl -w
...
# do nothing
}
};
- or download this
Created FileLock obj for 'filelock.sem'.
Got shared lock on 'filelock.sem'.
...
Reset timeout
Got exclusive lock on 'filelock.sem'.
Unlocked 'filelock.sem'.
- or download this
Before 10 seconds:
Created FileLock obj for 'filelock.sem'.
...
Got shared lock on 'filelock.sem'.
Doing flock
Could not get exclusive lock within 10 seconds.