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