[Perl-unix-users] perl script, inetd.conf, and telnet difficulties

2002-08-21 Thread djserene
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

Re: [Perl-unix-users] binary to ascii

2002-08-21 Thread $Bill Luebkert
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

[Perl-unix-users] binary to ascii

2002-08-21 Thread Pragneshkumar Gandhi
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