in reply to
Parsing logs and bookmarking last line parsed
So you want to maintain state in between runs of your application? Try something like
File::HomeDir
(or
File::UserConfig
) and
YAML
(or
JSON
)
Comment on
Re: Parsing logs and bookmarking last line parsed
In Section
Seekers of Perl Wisdom