Nemp has asked for the wisdom of the Perl Monks concerning the following question:
Remembering that simplicity and size are paramount...$page .= $_ for (@webpage_lines); $page =~ s/<[^>]*>//;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Stripping of HTML content
by davorg (Chancellor) on Sep 12, 2002 at 16:13 UTC | |
Re: Stripping of HTML content
by Ovid (Cardinal) on Sep 12, 2002 at 16:31 UTC | |
Re: Stripping of HTML content
by Molt (Chaplain) on Sep 12, 2002 at 16:10 UTC | |
by Nemp (Pilgrim) on Sep 12, 2002 at 16:18 UTC | |
by mp (Deacon) on Sep 12, 2002 at 16:31 UTC | |
Re: Stripping of HTML content
by thpfft (Chaplain) on Sep 12, 2002 at 18:38 UTC | |
Re: Stripping of HTML content
by mp (Deacon) on Sep 12, 2002 at 16:19 UTC | |
Re: Stripping of HTML content
by QwertyD (Pilgrim) on Sep 12, 2002 at 21:57 UTC |