- or download this
<%perl>
# does the requested comp have anything special to tell the body tag?
...
<body<% $att_str %>>
</%method>
- or download this
<%method body_attr>
% my $bd_attr = { class => 'support', onload => q[myInit('foo','bar')]
+};
% return $bd_attr;
</%method>
- or download this
<html>
<head>
...
</body>
</html>