in reply to Re^2: Converting HTML tags into uppercase using Perl
in thread Converting HTML tags into uppercase using Perl

It doesn't work very well for all of the reasons thar Corion listed. It will break badly on various (common) types of HTML. Please look at using a solution that uses a real HTML parser.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^3: Converting HTML tags into uppercase using Perl