1 2 3 4 5 6 7 8 9 10
<TR> <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD> <TD><% include('select-user.html', %opt) %></TD> </TR> <%init> my %opt = @_; </%init>