The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

parse_result(@) input is a list concatenation of one or more of the following entities: TASK, JOB, STATE and CODE

TASK - is a return value of task() function. (i.e. list with 2 items - task object and CODE) JOB - is a return value of job() function (i.e. list with 2 items - job object and CODE) STATE - is a return value of state() function (i.e. list with 2 items - state object and default_code object) CODE - is JOB_xxx code

allowed combinations:

STATE [STATE, ] (TASK|JOB) [STATE, ] CODE (when CODE is not JOB_OK )