![]() |
![]()
| ![]() |
![]()
NAMElinktractor - extract links from HTML SYNOPSIS% linktractor fileA.html fileB.html % linktractor -f=http://www.perl.com % lwp-request http://www.example.com | linktractor % lwp-request http://www.example.com | linktractor -b=http://www.example.com DESCRIPTIONThis is a small script that uses HTML::SimpleLinkExtractor to pull all the HTML links out of the input HTML. It can take input from files you specify on the command line (or standard input), or fetch a URL. Options
AUTHORSbrian d foy, "<bdfoy@cpan.org>" Maintained by Nigel Horne, "<njh at bandsman.co.uk>" COPYRIGHTCopyright © 2007-2018, brian d foy <bdfoy@cpan.org>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. LICENSEYou may use HTML::SimpleLinkExtor under the terms of the Artistic License 2.0.
|