Re: how to read binary files in perl

2003-01-29 Thread Paul Johnson
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 stat

how to read binary files in perl

2003-01-29 Thread HK
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. TIA. -- reg