Help for this page

Select Code to Download


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