The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

LiBot::Handler::URLFetcher - URL title fetcher

SYNOPSIS

    # config.pl
    +{
        'handlers' => [
            'URLFetcher'
        ]
    }

    # script
    <tokuhirom> http://www.quora.com/
    >bot< Title: Quora

DESCRIPTION

This bot tell me a <title> from the URL.

CONFIGURATION

There is no configuration parameters.