I downloaded from http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-0.05.tar.gz
Loaded as in README :
use HTML::FormatText::WithLinks
my $f = HTML::FormatText::WithLinks->new();
my $html = qq(
<html>
<body>
<p>
Some html with a <a href="http://example.com/">link</a>
</p>
</body>
</html>
);
my $text = $f->parse($html);
print $text;
I get this error ?? no archive of error found on the web.
"HTML::FormatText::WithLinks=HASH(0x824b2d8)" is not exported by the HTML::FormatText::WithLinks module
Can't continue after import errors at ./processgnews.pl line 12
BEGIN failed--compilation aborted at ./processgnews.pl line 12.
tText::WithLinks module
Can't continue after import errors at ./processgnews.pl line 12
BEGIN failed--compilation aborted at ./processgnews.pl line 12.