Help for this page

Select Code to Download


  1. or download this
    # Check for new File::Tail object every $timeout seconds.
    my $timeout = 60;
    ...
            print $line;
        }
    }
    
  2. or download this
    use File::Tail;
    
    ...
            print $line;
        }
    }