use 5.010; use CGI ':standard'; print header('text/html'); say q[<!doctype html>]; say q[<title>Hello World</title>]; say q[<h1>Hello World</h1>]; say q[<p>Greetings!</p>]; say q[<script type="text/javascript">window.alert("Hello world")</scri +pt>];
In reply to Re: Passing javascript last in CGI
by tobyink
in thread Passing javascript last in CGI
by ERasche
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |