in reply to Re: help needed in storing the return values of unpack
in thread help needed in storing the return values of unpack
How can i store the return values of this unpack operation in two arrays?. i mean "U20" in array @first and the remaining in array @second even "U20" itself returns 20 elements.How can i do that efficiently.unpack("U20A10A10A10x10A10A10A10x10A10x10A10A10x10A10A10",$string);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: help needed in storing the return values of unpack
by GrandFather (Saint) on Mar 23, 2006 at 09:40 UTC | |
|
Re^3: help needed in storing the return values of unpack
by Corion (Patriarch) on Mar 23, 2006 at 09:39 UTC | |
by Anonymous Monk on Mar 23, 2006 at 09:45 UTC | |
by Corion (Patriarch) on Mar 23, 2006 at 09:49 UTC |