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";
I build tools for engineers.
It’s here when you need it:
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "Hello, world!\n";