- or download this
<operating_systems>
<os score="10" name="Linux" />
<os score="7" name="BeOS" />
<os score="-999999999" name="Windows 9x" />
</operating_systems>
- or download this
#!/usr/bin/perl
...
my $ref = XMLin($file);
print $ref{'os'}->{'Linux'}->{'score'};
- or download this
$VAR1 = {
'os' => {
...
}
}
};