Manpage logo

WWW::Noss::Lynx - lynx interface

NAME  USAGE  DESCRIPTION  SUBROUTINES  AUTHOR  COPYRIGHT  SEE ALSO 

NAME

WWW::Noss::Lynx − lynx interface

USAGE

use WWW::Noss::Lynx qw(lynx_dump);
my $dump = lynx_dump($html_file);

DESCRIPTION

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

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.

AUTHOR

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

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.

SEE ALSO

lynx(1), noss


Updated 2026-06-01 - jenkler.se | uex.se