#!/usr/bin/perl -w


print "Content-type: text/html\n\n";

print "Whoami Perl Test\n\n";
system ("id -a");
print "\n"