Help for this page

Select Code to Download


  1. or download this
    use Tk;
    my $mw = MainWindow->new();
    ...
        $text->insert('end', $curline);
        
    }
    
  2. or download this
    open(FH,"tail -f -n 1 logifle") || die "Could not tail: $!";