#!/usr/bin/perl -wT use strict; my $method = $ENV{'REQUEST_METHOD'}; if ($method eq "OPTIONS") { # Reject preflights. print <