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.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Perl-Win32-GUI-Hackers mailing list
Perl-Win32-GUI-Hackers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers
http://perl-win32-gui.sourceforge.net/

Reply via email to