- or download this
my ($prch,$pid) = @_; - or download this
sub component_window {
my ($prch,$pid) = @_;
...
...
my ($proc,$text) = @_;
...
}
- or download this
sub component_window {
my ($prch,$pid,$text)=@_;
...
- or download this
...
my $tail = Tk::IO->new(
-linecommand => sub { tail_lines($prch, $text) });
...
}