added text metrics
[sdlgit/SDL-Site.git] / htdocs / assets / test.pl
1 #!/usr/bin/env perl
2
3 print "Content-type: text/html\n\n"; 
4 print "hello";
5
6 exit;