Introduction to Mason 29

Inline filters (cont)

<%args>
%data
</%args>

<%init>
my $form = $m->content;

my $fif = HTML::FillInForm->new;
</%init>

<% $fif->fill( scalarref => \$form,
               fdat => \%data ) %>