Help for this page
use strict; use warnings; ... if ($FormDomain ne $AuthorizedDomain) { ErrorHTML('Unauthorized access.'); }