in reply to Re: Be grateful for Perl OO
in thread Be grateful for Perl OO

That brings up an interesting point - has anyone created something like C++::Template or Lang::C++::Template? Would there be a use for it? How would one go about specifying it?

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

  • Comment on Lang::C++::Template? (was Re3: Be grateful for Perl OO)

Replies are listed 'Best First'.
Re: Lang::C++::Template? (was Re3: Be grateful for Perl OO)
by gjb (Vicar) on Jan 28, 2003 at 22:24 UTC

    I simply used Text::Template to generate C code, it worked without any problems and too many escape codes.

    Just my two cents, -gjb-