Help for this page

Select Code to Download


  1. or download this
    sub _onmatch_fail
    {
    ...
            return $FAIL_MATCH;
        }
    }
    
  2. or download this
    package App::Tasker::Exec;
    
    ...
            return $FAIL_MATCH;
        }
    }
    
  3. or download this
    package App::Tasker::SafeExec;
    
    ...
            return $FAIL_MATCH;
        }
    }