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

NAME

ETLp::Plugin::Serial::Watch - Plugin for File Watcher

DESCRIPTION

A file watcher is is a process that waits for the existence of a file before calling the next job for further processing

METHODS

type

Registers the plugin type.

run

Executes the supplied perl code.

parameters

    * none
    

returns

    * void
    

ITEM

The item attribute hashref contains specific configuration information for ETLp::Plugin::Serial::OS

command

The operating system command being run

timeout

This is an optional parameter that specifies when the command execution should abort (in seconds).