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


in reply to Re: Re: Re: Templating system for generating C code?
in thread Templating system for generating C code?

I am building my first perl module. It helps my coding to be about to % INCLUDE something % and have the something be dynamically generated by perl code... like code for testing purposes as was mentioned above or parts of a Parse::RecDescent grammar, for me. TT makes it possiblel for me to break up a long program in which the scoping limits of 'our' forces me to keep the entire contents together.
  • Comment on Re^4: Templating system for generating C code?