Help for this page

Select Code to Download


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