The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
    <head>
        <title>Test Page</title>
    </head>
    <body>
        <h1>Test Page of many link types</h1>
        <a href='goodlinks.html'>Test 1</a>
        <a href='http://bongo.com/wang.html'>Blah blah</a>
        <a href="https://secure.bongo.com/">Secure</a>
        <a href="mailto:president@whitehouse.gov">Mail your complaints</A>
        <a href="ftp://ftp.ubuntu.org/">Get your distro</a>
        <a href='badlinks.html'>Test 2</a>
        <a href='goodlinks.html'>Test 3</a>
    </body>
</html>