Help for this page

Select Code to Download


  1. or download this
        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'");
        }
    
  2. or download this
    POE::Session->create(
        inline_states => {
    ...
            },
        }
    );