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