Help for this page

Select Code to Download


  1. or download this
    eval { $lock->create() };
    if (my $exception = My::Execption::Lock::Exists->caught()) {
    ...
        exit 0;
    }
    die $@ if $@;