#!/Users/jhthorsen/.perl/perl-5.22.1/bin/perl
use strict;
use warnings;
warn "yikes!";
print "Content-Type: text/plain\n\r\n\r";
print "yayayyaya\n";
