#!/usr/bin/perl $| = 1; print "Content-type: text/html\n\n"; print "Memory/Resource Test\n"; print "Number is the amount of memory used\n"; print "If you don't see 'Completed Test!' at the bottom, the test failed