Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: stripping HTML tags with Perl
- To: tlug@example.com
- Subject: Re: stripping HTML tags with Perl
- From: Simon Cozens <simon@example.com>
- Date: Tue, 5 Dec 2000 09:18:54 +0000
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <20001204133053G.poulin@example.com>; from poulin@example.com on Mon, Dec 04, 2000 at 01:30:53PM -0800
- References: <20001204133053G.poulin@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <lqNod.A.7uC.PMLL6@example.com>
- Resent-Sender: tlug-request@example.com
- Sender: Simon Cozens <simon@example.com>
- User-Agent: Mutt/1.2.5i
On Mon, Dec 04, 2000 at 01:30:53PM -0800, Drew C. Poulin wrote: > Simon Cozen Who he? :) > I'm getting my toes wet in Perl by trying to strip a file of some > strings, including HTML tags. # no Wheel::Reinvent; use HTML::FormatText; use HTML::Parse; $html = parse_htmlfile("nd2"); $formatter = HTML::FormatText->new(leftmargin => 0, rightmargin => 50); $ascii = $formatter->format($html); -- We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise. -- Larry Wall
- Follow-Ups:
- Re: stripping HTML tags with Perl
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Re: stripping HTML tags with Perl
- From: Jack Morgan <j-morgan@example.com>
- References:
- stripping HTML tags with Perl
- From: "Drew C. Poulin" <poulin@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: stripping HTML tags with Perl
- Next by Date: Re: stripping HTML tags with Perl
- Prev by thread: Re: stripping HTML tags with Perl
- Next by thread: Re: stripping HTML tags with Perl
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links