How do I safely strip out html tags.

s!<(.|\n)*>!!gi;

above construct sometimes removes actual text portions of the document if the line 
break within tag reached. Ideas appreciated.

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to