Skip Menu |

This queue is for tickets about the HTML-LinkExtractor CPAN distribution.

Report information
The Basics
Id: 38082
Status: new
Priority: 0/
Queue: HTML-LinkExtractor

People
Owner: Nobody in particular
Requestors: 1nv1s1bl3 [...] web.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.13
Fixed in: (no value)



Subject: endlessloop...
I have this code: my $parser = HTML::LinkExtractor->new(); $parser->parse(\$content_temp); foreach my $link_hashref (@{ $parser->links }) { if( $link_hashref->{'tag'} eq 'A' ) { print FILE_OUT $link_hashref->{'href'}, "\n"; print $link_hashref->{'href'}, "\n"; next; } } and want to get linsk from an string. Sometimes i´ll get all on some sites. But sometimes i get some links right an then the Script gets an endless-loop and print always the same link, i must stop with CRTL-C ... I have WindowsXP and activeperl 5.10.0.1003