- or download this
use SG4InvInterfaces::Inventory::InventoryHttpPort;
use SG4InvElements::findSubscribersResponse;
...
print Dumper($result->get_subscribers()->get_Subscriber) . "\n";
@subs=$result->get_subscribers()->get_Subscriber;
print Dumper(@subs) . "\n";
- or download this
{
...
]
}
};
- or download this
$VAR1 = [
bless( do{\(my $o = 10)}, 'SG4InvTypes::Subscriber' ),
bless( do{\(my $o = 32)}, 'SG4InvTypes::Subscriber' ),
bless( do{\(my $o = 53)}, 'SG4InvTypes::Subscriber' )
];
- or download this
print $result->get_subscribers()->get_Subscriber().[1]->get_firstName;
- or download this
Can't call method "get_firstName" on unblessed reference at sg4test.pl
+ line 32.
- or download this
NAME
...
AUTHOR
Generated by SOAP::WSDL