#!/usr/bin/perl # I have no idea if this is going to work but here goes ############################## # filename: perltest.pl # File AUTHOR: Shavaronn Thomas # Date Created: 4/16/14 9:15 ############################# use strict; use CGI qw/:standard :newtag/; print header; print 'Guess what! Nothing is true, everything is permitted'; print ''; print '

This page was created on the web server.';