in reply to Getting all used parameters from a Template::Toolkit template

Seems HTML::Template has such a thing:

1) To return a list of parameters in the template : my @parameter_names = $self->param();