in reply to Nested list - to reduce Codings

Hi,
  CPAN has a number of well documented templating modules, try using them. I reccommend Html::Template.

Replies are listed 'Best First'.
Re^2: Nested list - to reduce Codings
by revdiablo (Prior) on Sep 26, 2006 at 17:31 UTC

    Actually, since Perl is case sensitive about package names, that's HTML::Template. It may seem like a small thing, but it can make all the difference between code that works and code that does't.