While compiling this pgm I am getting a error like this . use LWP::Simple; use HTML::Parser;
$p=HTML::Parser->new();
$file=test.html;
getstore( $ARGV[0],$file);
$e=$p->parser_file($file);
print $e->{TEXT};
Can't locate auto/HTML/Parser/parser_file.al in @INC ..
Any one knows why it is happening . I am trying to download one html page and then
parsing it .
--jude
