Help for this page

Select Code to Download


  1. 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";
    
  2. or download this
    
    {
    ...
                                                            ]
                                          }
    };
    
  3. 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' )
            ];
    
  4. or download this
    print $result->get_subscribers()->get_Subscriber().[1]->get_firstName;
    
  5. or download this
    Can't call method "get_firstName" on unblessed reference at sg4test.pl
    + line 32.
    
  6. or download this
    
    NAME
    ...
    
    AUTHOR
           Generated by SOAP::WSDL