in reply to
OLE VB to Perl
Well, umm... how are you translating the *other* parts to Perl? :) Assuming that
dom
is an array of some sort of appropriate objects/references:
foreach my $user (@dom) { print $user->{name}; }
[download]
Comment on
Re: OLE VB to Perl
Download
Code
In Section
Seekers of Perl Wisdom