Help for this page
my $file=File::Tail->new(name=>"$SEARCH_LOG", maxinterval=>10); LogIt("Initiated 'tail' ... reading file '$SEARCH_LOG':\n"); ... LogIt("$line"); LogIt("Increasing OCCURRED flag to '$occurred'"); }
POE::Session->create( inline_states => { ... }, } );