Help for this page

Select Code to Download


  1. or download this
        <body bgcolor="<% $params{parse}->{BGCOLOR} %>">
    
  2. or download this
        <body bgcolor="<@BGCOLOR@>">
    
  3. or download this
        $_out->('<body bgcolor="');
        $_out->( $params{parse}->{BGCOLOR} );
        $_out->('">');
    
  4. or download this
        <@ FOO @>
    
  5. or download this
        $_out->( $params{parse}->{FOO} );