Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    use Data::Dumper;
    my $xml_hashref = XMLin($file);
    print Dumper $xml_hashref; #Just to see how it is structured
    
  2. or download this
    $xml_hashref->{tag1}->{nested_tag}{value} =~ s/\s//gs