in reply to Re^3: How to sort record using pack function ?
in thread How to sort record using pack function ?
My query $length = unpack "C4", substr $data,0,2,''; Your query my ($n) = unpack 'x v', $raw;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to sort record using pack function ?
by ikegami (Patriarch) on Sep 02, 2010 at 04:48 UTC | |
|
Re^5: How to sort record using pack function ?
by AnomalousMonk (Archbishop) on Sep 02, 2010 at 04:20 UTC |