Skip to content

Instantly share code, notes, and snippets.

@shelling
Created August 8, 2009 17:48
Show Gist options
  • Save shelling/164464 to your computer and use it in GitHub Desktop.
Save shelling/164464 to your computer and use it in GitHub Desktop.
CGI script without CGI.pm
#!/usr/bin/env perl
use 5.010;
say "Content-Type: text/html; charset=ISO-8859-1";
say;
say "hello, world! This is a cgi without CGI";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment