in reply to Re^2: Is there a better way to automate file creation?
in thread Is there a better way to automate file creation?

There's even Inline::TT. It's just syntactic sugar for the above, except that it does on disk caching of the compiled template. That might save some time if the script is used often and the template is large.

Phil

  • Comment on Re^3: Is there a better way to automate file creation?