Am 22.06.2016 um 10:59 schrieb Emmanuel Lacour:
> Nice idea, but is $m available in RT templates (never tried) ?
You are right, you must replace line
my $query_string = $m->comp('/Elements/QueryString',
with
my $query_string = $HTML::Mason::Commands::m->comp('/Elements/QueryString',
Chris