<%def .helper>
% my $interp = $m->interp;
Executing subrequest
% # This is still unsupported but will likely be official later
% my $buf;
% my $req = new HTML::Mason::Request (interp=>$interp, out_method=>\$buf);
% $req->exec('/request/support/display_req_obj');
<% $buf %>
</%def>

Calling helper
<& .helper &>
