- or download this
use strict;
use warnings;
...
$twig - > parsefile('Actors.xml');
my $duration = time - $start;
print "Execution time: $duration s\n";
- or download this
|Profession|Actor |Age|Music|TV|Music|TV|
|Actor |Ben Affleck|43 |none|Pearl Harbor|none|2001|
...
.
.
|Actor |Leonardo DiCaprio|41|None|Saturday Night Live|None|2014|
- or download this
<?xml version="1.0" encoding="UTF-8"?>
-<Database>
...
</elt>
</Work>
</Database>