- or download this
#!/usr/bin/perl
use XML::Simple qw/XMLin/;
...
my $config = XMLin('./appsimage_EBSB4.xml');
print Dumper($config);
- or download this
cat ./appsimage_EBSB4.xml
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE clone[
...
<comt4>
<bolinfpwd>welcome</bolinfpwd>
</comt4>
- or download this
$VAR1 = {
'comt4' => [
...
}
]
};