Thanks a lot for your help,
I just begin with perl and i have some problems with the HTML::TokeParser.
I woul like to extract all ALT and SCR informations of the page.
I tried the following code :
use HTML::TokeParser;
$p = HTML::TokeParser->new("page.html") || die "Can't open";
while...