Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 4a8b5f8faf752713905adac5e0305379 > files > 33

perl-XML-DT-0.19-4mdk.noarch.rpm

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

$a = dt(shift, %handler);

print Dumper($a);