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

NAME

Apache::Wyrd::Input::URLInput - Check URLs as inputs

SYNOPSIS

        <BASECLASS::Input::URLInput name="url" size="40" />

DESCRIPTION

Like any Form::Input Wyrd, but uses LWP::UserAgent to check that the URL entered is a valid one. Will call insert_error on the enclosing Form if an attempt to contact the URL first using the HEAD method and then the GET method both return 404 Not Found.

AUTHOR

Barry King <wyrd@nospam.wyrdwright.com>

SEE ALSO

Apache::Wyrd

General-purpose HTML-embeddable perl object

Apache::Wyrd::Form

Build complex HTML forms from Wyrds

LICENSE

Copyright 2002-2007 Wyrdwright, Inc. and licensed under the GNU GPL.

See LICENSE under the documentation for Apache::Wyrd.