#!/usr/local/bin/perl -spi.bak
# strips all html tags from file

s/<([^>]+)>//g;