|
|
|
|
|
|
| Author |
Message |
lily12a@gmail.com *nix forums beginner
Joined: 20 Jul 2006
Posts: 1
|
Posted: Thu Jul 20, 2006 9:58 pm Post subject:
hex file
|
|
|
Hello,
Please help if anyone knows. I would highly appreciate it. This is my
question.
Input array will include values: 4C, 49, 4C, 59
How to assign these values in to an array of hex value.
Thanks, |
|
| Back to top |
|
 |
David Squire *nix forums Guru Wannabe
Joined: 08 Apr 2006
Posts: 197
|
Posted: Thu Jul 20, 2006 10:00 pm Post subject:
Re: hex file
|
|
|
lily12a@gmail.com wrote:
| Quote: | Hello,
Please help if anyone knows. I would highly appreciate it. This is my
question.
Input array will include values: 4C, 49, 4C, 59
How to assign these values in to an array of hex value.
|
What have you tried? |
|
| Back to top |
|
 |
usenet@DavidFilmer.com *nix forums Guru
Joined: 25 Jul 2005
Posts: 545
|
|
| Back to top |
|
 |
Dave Weaver *nix forums addict
Joined: 22 Apr 2005
Posts: 71
|
Posted: Fri Jul 21, 2006 8:39 am Post subject:
Re: hex file
|
|
|
lily12a@gmail.com <lily12a@gmail.com> wrote:
| Quote: |
Please help if anyone knows. I would highly appreciate it. This is my
question.
Input array will include values: 4C, 49, 4C, 59
How to assign these values in to an array of hex value.
|
Those are already hex values!
Your question is too vague - please see the posting guidelines that
are posted to this group regularly.
Perhaps you mean something like this:
my @input_array = qw(4C 49 4C 59);
my @values = map { hex $_ } @input_array;
But perhaps not. Your question needs to be clearer. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Sun Nov 23, 2008 3:04 pm | All times are GMT
|
|
Xbox Mod Chip | Car Insurance | Bad Credit Loan | Credit Cards | Mortgage Calculator
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|