Merge remote-tracking (subtree) branch 'PracticingPerl/master'

This commit is contained in:
Dan Buch
2012-03-03 20:19:47 -05:00
41 changed files with 5186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env perl
printf("Content-Type: text/plain\n\n");
printf("Hello Test\n");
1;
__END__