my $js = 'alert("Hello World");'; # replace this with your JS code print start_html(-head=>[Link({-rel=>'StyleSheet', -href=>'main.css', -type=>'text/css'}), script($js)], -title=>"Welcome to my site!", -meta=>{'robots' =>'nofollow'});