Pragneshkumar Gandhi wrote:
> Hi All Perl Guru
> Is there any thing in perl to convert binary file to ascii
open the file and then binmode the file handle. Then use unpack to
to unpack the binary data into vrbls. Make sure you take into
consideration the byte order of the data (little-endian or
Hi All Perl Guru
Is there any thing in perl to convert binary file to ascii
the file conatins following in binary format
HEADER
Transaction Codeshort 2 Bytes
Timestamp long4 Bytes
Message Length short 2 Bytes