Help for this page

Select Code to Download


  1. or download this
    use Fcntl qw(:flock);
    
    ...
    sleep(10);
    
    close(FILE);
    
  2. or download this
    sysopen(FILE, $path, O_RDWR|O_CREAT|O_EXCL) or die $!;