Help for this page

Select Code to Download


  1. or download this
    print header( -charset=>'utf-8' );
    print start_html( -script => my $js,
                    -style=>'/data/css/style.css',
                      -title=>'Order Project!' );
    
  2. or download this
    my $js = <<EOH;
    // JavaScript here
    ...
    print start_html( -script => $js,
                    -style=>'/data/css/style.css',
                      -title=>'Order Project!' );
    
  3. or download this
    td(
      popup_menu(
    ...
        -style => "width: 230px;"
      )
    ),