or download this
$html = get("http://www.iex.nl/Aandeel-Koers/11773/$aandeel/historisch
+e-koersen.aspx?maand=0")
or die "could not get http://www.iex.nl/Aandeel-Koers/11773/@_/histori
+sche-koersen.aspx";
while ($html =~ /aug</td>/g) { $count++ }
print $count;