print "Content-type: text/html\n\n"; print "Hello, world";
1 2 3 4
#!/usr/bin/perl -w print "Content-type: text/html\n\n"; print "Hello, world";