in reply to Re^3: Net::IRC and File::Tail
in thread Net::IRC and File::Tail
#!/usr/bin/perl -w use strict; my $logfile= "./totte.log"; open my $log, "| -", 'tail', '-f', $logfile or die "Couldn't read logf +ile '$logfile': $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Net::IRC and File::Tail
by Corion (Patriarch) on Aug 16, 2007 at 10:26 UTC | |
by naez (Initiate) on Aug 16, 2007 at 19:18 UTC |