in reply to How to read a binary file with file header, data and file trailer ?

You're missing the binary file format description... You're also missing error checking (see autodie) ... you're probably also missing strict and warnings from your real code
  • Comment on Re: How to read a binary file with file header, data and file trailer ?

Replies are listed 'Best First'.
Re^2: How to read a binary file with file header, data and file trailer ?
by bh_perl (Monk) on Feb 03, 2010 at 09:36 UTC

    Hi
    Thanks for your reply, I have updated use strict and warning to my script.