The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Link::Reporter::LongList - Long list files which contain broken links

SYNOPSIS

   use WWW::Link;
   use WWW::Link::Reporter::LongList;

   $link=new WWW::Link;

   #over time do things to the link ......

   $reporter = new WWW::Link::Reporter::LongList \*STDOUT, $index;
   $reporter->examine($link)

or see WWW::Link::Selector for a way to recurse through all of the links.

DESCRIPTION

This is a WWW::Link::Reporter very similar to WWW::Link::Reporter::Text, but when it detects a broken link in a local file it will list that file in ls -l format. This can be used to allow easy editing, for example by link-report-dired in emacs