http://www.perlmonks.org?node_id=1014444


in reply to Uniquely identifying each & every html template

Maybe ... create a database table containing the name of each file along with an auto increment primary key id, and use that id in each file to identify it. Updating the files to add these id's could be done with a script of course.

If you rename a file, you'd have to update this table as well, but the id will be the same.

  • Comment on Re: Uniquely identifying each & every html template