Help for this page

Select Code to Download


  1. or download this
    sub get_lock {
      local($0) = "(acquiring lock)";
      flock(...);
      # returning restores previous value of $0
    }