in reply to Opening certain files
It's odd that you talk of the file being defined in terms of C++ structs, since I think C++ doesn't define the memory layout of structs.
There is Convert::Binary::C, but it's usually simpler just to use unpack. You can read blocks of the appropriate size using read or by setting $/ appropriately with readline (aka <>).
(Too slow!)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Opening certain files
by mjscott2702 (Pilgrim) on Nov 09, 2010 at 08:44 UTC | |
by ikegami (Patriarch) on Nov 09, 2010 at 17:08 UTC |