# file: hello2.pl

use CGI qw(:standard);
print header,
    start_html('Hello There'),
    h1('Hello',remote_host()),
    'Who would take this book seriously if the examples',
    'didn\'t say "hello world" in at least four different ways?',
    end_html;
