- or download this
sub getAllTables{
my $self = shift;
...
return @links_array;
}
- or download this
my $link_object = Win32::IEAutomation::Element->new();
$link_object->{element} = $links->item($n);
- or download this
my $link_object = Win32::IEAutomation::Table->new();
$link_object->{table} = $links->item($n);