For those who love the perl debugger and the 'x' command:
http://www.cpan.org/authors/id/J/JA/JALLWINE/Template-Plugin-Dumpvalue -1.01.tar.gz


NAME
Template::Plugin::Dumpvalue - Interface to Dumpvalue through the Tem-
plate Toolkit


SYNOPSIS
        [% USE d = Dumpvalue %]
        [% hash = {
             a => 1,
             b => 2,
             c => 3
           } %]
        [% d.dumpValue(hash) %]
        [% d.dump_template_vars() %]

-Tim


_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to