Help for this page

Select Code to Download


  1. or download this
    sub run {
        my $self          = Foo->new(@_);
    ...
        # The lock is removed once when the function returns
        return 1; 
    }