Help for this page

Select Code to Download


  1. or download this
    my %coins = Dumper($call);
    
  2. or download this
    my $call = $coder->decode($xml_string);
    my %coins = Dumper($call);
    
    print $coins{'originHostName'};