Mnementh has asked for the wisdom of the Perl Monks concerning the following question:
Hi Perl Monks,
I wondering if this operation is possible or not :
I've got a large journal file (2Gb) written every time, one per day.
The data are written in hexa, so I can read them with an unpack() command.
The file is composed of one gigantic line which add new record at the end every seconds.
My goal is to parse data from this journal, but I didn't find any method that allows a tail or something else on a binary file.
Does someone have a trick for that ?
Regards,
Mnementh
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing binary file during update
by Corion (Patriarch) on Feb 01, 2017 at 14:40 UTC | |
|
Re: Parsing binary file during update
by Mr. Muskrat (Canon) on Feb 01, 2017 at 18:00 UTC |