Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper qw();
    
  2. or download this
    print Data::Dumper->new([$ResponseXML],['ResponseXML'])->Useqq(1)->Dum
    +p(),"\n";
    
  3. or download this
    $ResponseXML = {
                     "Other" => [
    ...
                                ],
                     "filename" => " /opt/XML/otherfile.xml\n"
                   };