validator/htdocs/docs checklink.html

Update of /sources/public/validator/htdocs/docs
In directory rux.w3.org:/temp/tmp/cvs-serv16189/htdocs/docs

Modified Files:
      Tag: validator-0_6_0-branch
	checklink.html 
Log Message:
Don't conditionalize the Term::ReadKey requirement, but defer its loading
until actually needed.  system('stty') doesn't work under -T without laundering
$ENV{PATH}, and I don't feel like going there :P

Also, don't load CGI and CGI::Carp in command line mode; defer by using
require() instead of use().

Received on Sunday, 27 July 2003 12:19:04 UTC