Help for this page

Select Code to Download


  1. or download this
    #subroutines
    sub content;
    ...
    $html .=''.$content.'';
    $html .='</div>';
    #
    
  2. or download this
    # i used the parameter in my web content with single quotes
    ..
    print MODULES::template->content('XXX');
    ..
    
  3. or download this
    print <<EOF;
    
    ...
    EOF
    }
    print"</table>";