in reply to How to replace text in external file

You can roll your own templating system. But using an existing one (Text::Template ?) saves a lot of work.
  • Comment on Re: How to replace text in external file

Replies are listed 'Best First'.
Re^2: How to replace text in external file
by rsiedl (Friar) on Feb 07, 2006 at 00:09 UTC
    Hi,
    Thanks for your response. I'm already using HTML::Template and am trying to create a Content Management System :)