Help for this page
#!/usr/bin/perl -w ... sleep(10); print "finished sleeping @ARGV\n"; flock(LOCKFILE,LOCK_UN);
./test.pl 1 & ./test.pl 2 & ./test.pl 3 & ./test.pl 4 &