Help for this page
sub parsing { my ( $twig, $account ) = @_; ... print "Id $hash->{'Id'} is not valid\n"; } }
my @cdates = $account->findnodes('CreationDate'); my $cdate = $cdates[0]; $hash{'date'} = join('-', $cdate->att('day-of-month'), $cdate->att('mo +nth'), $cdate->att('year') );