Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use strict;
    ...
        }
    }
    close($server);
    
  2. or download this
    my $lock = get_lock();
    # --- critical stuff ---
    ...
        my $lock = shift || return;
        return close $lock;
    }