in reply to
how to eliminate all html tags in a given string ??
Check CPAN for a bunch of modules that can help you out.
HTML::Parser
should do what you need.
Comment on
Re: how to eliminate all html tags in a given string ??
In Section
Seekers of Perl Wisdom