Welcome, guest | Sign In | My Account | Store | Cart

!/usr/bin/perl -w

 print "Content-type: text/html\n\n";
 print "Hello, world";
Perl, 4 lines
1
2
3
4
#!/usr/bin/perl -w
                 
     print "Content-type: text/html\n\n";
     print "Hello, world";
Created by Jyh Chong on Sun, 8 Mar 2015 (MIT)
Perl recipes (17)
Jyh Chong's recipes (1)

Required Modules

  • (none specified)

Other Information and Tasks