Help for this page

Select Code to Download


  1. or download this
    use Fcntl qw( :flock );
    
    ...
    system("type file");
    
    unlink('file');
    
  2. or download this
    >perl 590735.pl
    type without lock:
    ...
    
    type with lock:
    The process cannot access the file because another process has locked 
    +a portion of the file.