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
LICENSE
Copyright 2002-2007 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd
.