- or download this
#!/usr/local/bin/perl -w
use strict;
...
);
print $template->output();
- or download this
<html>
<title>Automation Tool</title>
...
</body>
</html>
- or download this
<SELECT NAME="s_dns" SIZE=1>
<OPTION VALUE="foo">Production
<OPTION SELECTED VALUE="foobar">Development
<OPTION VALUE="bar">Development 1
</SELECT>