in reply to accessing data inside HASH(0x225b94)
and if you want to access the 'Name' key for example replace the line inside the foreach loop withuse Win32::OLE qw(in); $collection=$ie->getAgent(); foreach $value (in $collection) { print keys %$value; }
$filename= %$value->{Name};'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: accessing data inside HASH(0x225b94)
by Kashratul (Acolyte) on Feb 13, 2008 at 11:19 UTC | |
by nikosv (Deacon) on Feb 13, 2008 at 19:45 UTC |