WWW::Noss::Lynx − lynx interface
use
WWW::Noss::Lynx qw(lynx_dump);
my $dump = lynx_dump($html_file);
WWW::Noss::Lynx is a module that provides an interface to the lynx(1) command for formatting HTML. This is a private module, please consult the noss manual for user documentation.
Subroutines are
not exported automatically.
$dump = lynx_dump($html, [ %param ])
Dumps the HTML file $html using lynx(1)'s "−dump" option. Returns the formatted text. Dies on failure.
%param is an
optional hash argument for providing additional parameters
to lynx_dump(). The follow are a list of valid fields:
width
Line width to use for formatted text dump. Defaults to 80.
Written by Samuel Young, <[email protected]>.
This project's source can be found on its Codeberg page <https://codeberg.org/1-1sam/noss.git>. Comments and pull requests are welcome!
Copyright (C) 2025 Samuel Young
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
lynx(1), noss