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, <samyoung12788@gmail.com>.

This project's source can be found on its Codeberg page. 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