Re: Parsing of HEX bytes using PErl

2006-10-24 Thread John W. Krahn
Dharshana Eswaran wrote: > Hi all, Hello, > I am a student working on a project using Perl. > > My work is... > > I have few hex bytes as inputs for my program. Its a series of hex bytes. > for eg: 01 0a ab 2a 1c etc... Do you mean bytes, or hexidecimal strings? > Here each byte stands for s

Parsing of HEX bytes using PErl

2006-10-24 Thread Dharshana Eswaran
Hi all, I am a student working on a project using Perl. My work is... I have few hex bytes as inputs for my program. Its a series of hex bytes. for eg: 01 0a ab 2a 1c etc... Here each byte stands for some representation. I also have a data file in which all the representations are stored. For