Help for this page

Select Code to Download


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