I have HTML files that I want to recreate multiple times with some different text. I already have the HTML code. What I want to do is run a perl script to read this code and save it to another file enclosed in print statements. How can I do this with putting the escapes in the proper places? For example,
"html text and tags" ==> print "html text and tags";