- or download this
my $parser = XML::LibXML->new();
$dom = $parser->parse_file( "OLDFILE" );
...
my $fh;
open( $fh, '>', "NEWFILE" );
print { $fh } $changed;
- or download this
<supported_version_matrix>
<version_matrix>
...
</version_matrix>
. . .
</supported_version_matrix>
- or download this
<supported_version_matrix>
...
<fixed>125.2002</fixed>
</release>
</app>