HK said:

> hi all,
> i am a newbie to perl.
> I have an application in C which will dump statistics (C structures) into
> log files for post processing.
> Can i read those log files from perl and form equivalent structures which
> will help in analysing the files and generate a report on the statistics.

Sounds like a job for unpack().

perldoc -f unpack

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to