> Hopefully someone here fairly familiar with Perl can point me to a Ruby > HTML templating system that works like Perl's HTML::Template. The next > closest perferred equivalent would be Perl Template Toolkit. But I > really like HTML::Template a lot. > > I'm relatively new to Ruby (very slight dabbling since v1.6 circa 2001), > so my opinions may not hold water, but I don't really consider eRuby a > templating system. Maybe someone can help me see how it's not anything > more than PHP or ASP except Ruby is used instead of PHP or VBScript...? > > Anyway, my main interest is in finding something like Perl's > HTML::Template. Hopefully it exists somewhere in the Ruby world. I don't think there's a direct port, but there are some Ruby HTML templating libraries around (RDoc, cs/template, Amrita, ...). Can you describe the benefits of the Perl solution? Maybe one of these (and there are heaps more, I'm sure) is a close match. I use and like Amrita for generating static pages. Can't comment on anything else. Cheers, Gavin