Help for this page
my @links = ...('//div[@id="CID60"]/ol/li/a', all => 1); my @href = map { $_->{href} } @links;