NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
HTML in vim (Score:2)
--
xoa
Re:HTML in vim (Score:1)
Re:HTML in vim (Score:2)
--
xoa
Reply to This
Parent
Re:HTML in vim (Score:1)
Hmmh, looks as though lynx can't read HTML stream-wise. Same limitation applies to links. w3m however can do it but doesn't appear to understand this sort of HTML-bastardism. The result is basically identical to what got piped in.
":%!html2text -nobs"works but then there are no linebreaks for Plain Old Text format.Currently, I use
IPC::Open2to do it inside my module:sub get_entry {
my $id = shift or return;
my $