Re: Help with perl utilities Hi Sam, If you remember, we was discussing how to make utility to generate html pages by using perl-cgi-script (witch to run on my local computer – I called it html basic constriction factory ). The utility script takes (factory-input.txt) as input file with 1,2 or 3 sets of words, combines them in 1,2 or 3 words phrases and create individual (word1-word2-word3.html) page for each combination, by using a predefined (template.html) template file and substituting individual words or combinations as requested in the template file. Sam, I made a simple (factory-input.txt) and (template.html) files just as a starting point to demonstrate the idea. I’m sure in the future this code will be very useful and factory-input.txt and template file will evolute, so keep it simple and flexible as possible for future developments and extensions. The other was find and replace script (one or multiple lines of text) by using input file with (find-what, replace-with). This is it, more creative work for Sam and less html labouring for Andy. Hopefully one day I do the same for you if I can work out "What does Sam W. really wants?". Andy