Help for this page

Select Code to Download


  1. or download this
    package Semfile;
    
    ...
        undef $_[0]{'fh'};
    }
    1; # End of module
    
  2. or download this
    use Semfile;
    ...
    ...
    # then:
    
    $lock->release;