- or download this
open SELF "< $0" or die ...;
flock SELF, LOCK_EX | LOCK_NB or exit;
- or download this
flock DATA, LOCK_EX | LOCK_NB or exit;
...
__DATA__
- or download this
#!/usr/bin/env perl
...
# Other use statements...
# code...
- or download this
#!/usr/bin/env perl
...
# Do not remove double-underscore DATA tag. It is required for highlan
+der process assertion.
__DATA__