Re: Reading BInary file.

2010-03-09 Thread John W. Krahn
John W. Krahn wrote: jis wrote: Hello Perl Gurus. Hello, I have been trying to read BInary file and have not found the best way to parse it through. I have been through perl forums and have not found a statisfactory answer. Iam trying to read binary file (.bin) and read it to an array in he

Re: Reading BInary file.

2010-03-09 Thread John W. Krahn
jis wrote: Hello Perl Gurus. Hello, I have been trying to read BInary file and have not found the best way to parse it through. I have been through perl forums and have not found a statisfactory answer. Iam trying to read binary file (.bin) and read it to an array in hex format bytewise. I

Reading BInary file.

2010-03-09 Thread jis
Hello Perl Gurus. I have been trying to read BInary file and have not found the best way to parse it through. I have been through perl forums and have not found a statisfactory answer. Iam trying to read binary file (.bin) and read it to an array in hex format bytewise. I have two problems. 1.