#!/usr/bin/perl -wT
use strict;
use CGI;
print "Content-type: text/plain\r\n";
print "Access-Control-Allow-Origin: *\r\n\r\n";
print "hello\n";
#!/usr/bin/perl -wT
use strict;
use CGI;
print "Content-type: text/plain\r\n";
print "Access-Control-Allow-Origin: *\r\n\r\n";
print "hello\n";