barik:~$

I build tools for engineers.

ยท 1 min read

Hello World Perl CGI

It’s here when you need it:

#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "Hello, world!\n";