or download this
$html = get("http://www.iex.nl/Aandeel-Koers/11773/$_/historische-koer
+sen.aspx?maand=0")
or die "could not get http://www.iex.nl/Aandeel-Koers/11773/@_/histori
+sche-koersen.aspx";
@url = split(/"ValueCell"/, $html);
print $url[1];