##
my @links = $mech->xpath('//div[@id=\'CID60\']/ol/li/a/@href', type => $mech->xpathResult('STRING_TYPE', all => 1));
print Dumper(\@links);
####
$VAR1 = [
'/Calendar.aspx?EID=2941&day=3&month=4&year=2016&calType=0',
''
];