#!/usr/bin/perl while($_ = ){ chomp; #print $_; s/<.+><\/.+>//g; s/<\/p>

//g; print "$_\n"; } __DATA__