Help for this page

Select Code to Download


  1. or download this
    my $fh = File::Tail->new(
      name        => $Config->{'_'}{'DIAGFILE'},
    ...
      adjustafter => 10,  # change to suit
      tail        => -1, # all lines read at start up
    );