$htmlCode=`cat update_table.txt`; $htmlCode =~ s|<.+?>| |g; $htmlCode =~ s/^\s+|\s+$//g; print "$htmlCode";