NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
File::Tail options (Score:2)
To be honest, I cut and paste File::Tail options out of a two year old program a co-op developed. I have little (retained) knowledge of what they do. I do know that the module doesn't work exactly the way I expect if I don't use those options, and I do seem to recall that the options that make it do what I want are not the options I would expect.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:File::Tail options (Score:2)
By the way, while you're thinking about writing your own, I have a File::Tail::Seekable subclass I created for one application. That might be a common desire in any language.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:File::Tail options (Score:2)
Here's a brief example of usage in case you're interested:
Reply to This
Parent