in reply to Re^2: Searching in an array of arrays
in thread Searching in an array of arrays
does work here. Could you provide code ? Your problem seems to be XML related.@data = ( [ '1-1-2004', 15.0 ], [ '2-1-2004', 15.5 ], [ '3-1-2004', 16.5 ], [ '4-1-2004', 17.0 ], [ '5-1-2004', 17.5 ], [ '6-1-2004', 18.0 ], [ '7-1-2004', 18.5 ], [ '8-1-2004', 19.0 ], [ '9-1-2004', 19.5 ], ... [ '16-1-2004', 28.8 ]);
$day->[1] = int $day->[1];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Searching in an array of arrays
by perl_seeker (Scribe) on Nov 04, 2004 at 10:20 UTC |