Hi,
newbie to the forum -- so if this item has been submit I apologize and hope
you can just point me to the correct FAQ or thread
Tried on
AIX
PERL version 5.005_3 for aix
command line
Program works perfectly.
Tried on
AIX
PERL version 5.005_3 for
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