I have two web sites with about 300 htm and php files. I wish to make a change so tht the database connect string in all of these files is changed for mysql_pconnect to mysql_connect. Can perl do this and if so can anyone show me how?
Ideally I would like to feed a script or command line with a list of files using ls . Regards Peter Goggin