Welcome, guest | Sign In | My Account | Store | Cart
#!/usr/bin/perl -w
                 
     
print "Content-type: text/html\n\n";
     
print "Hello, world";

History