Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@onocom
Created March 29, 2017 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onocom/059c022c98086e835830766469a0ca20 to your computer and use it in GitHub Desktop.
Save onocom/059c022c98086e835830766469a0ca20 to your computer and use it in GitHub Desktop.
cgi動作確認用サンプルコード
#!/usr/local/bin/perl
print "Content-type: text/plain\n\n";
print "Hello !\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment