From: Salvador O. G. <so...@ms...> - 2008-01-12 00:15:30
|
On Fri, 2008-01-11 at 10:55 +0000, Jeremy White wrote: > The doc's say it it should return a hash, but it actually returns an array. Bug or doco shortfall? > doco. IANAL but it actually returns a LIST, (an "associative" one) that can be assigned to a HASH or an ARRAY, so its a wording detail: %info = $w->ItemInfo($item); # "return" a hash Salvador. |