use File::Tail; my $name="/some/file/toread/"; my $ref=tie *FH,"File::Tail",(name=>$name); while (<FH>) { print "$_"; }
In reply to Re^2: Read log which is being updated continuisly
by bimleshsharma
in thread Read log which is being updated continuisly
by bimleshsharma
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |