Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

my $uria = URI->new($r->unparsed_uri); $uria->query_param(page2 => $pager->previous_page); <a href='<% $uria %>'> Previous </a>
how would this translate in mason 2?