Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 1b764540ac47a9813abe0ca5c20da4ab > files > 37

perl-XML-DT-0.630.0-2.mga4.noarch.rpm

#!/usr/bin/perl
use XML::DT;
%handler = ( contacts => sub{ [ split(";",$c)] },
             -default => sub{$c},
             -type    => { institution => 'MAP',
                           tels        => 'SEQ' });

$a = dt("ex10.2.xml", %handler);

use Data::Dumper;
print Dumper($a);