% foreach my $method qw(GET POST) {

<% $method %>:

% } % my $r2 = new Apache2::Request($r);

Arg from Apache request is '<% $r2->param("arg") %>'
Arg from Mason %ARGS is '<% $ARGS{arg} %>'

Reset