Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created February 19, 2015 07:34
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 lestrrat/43cae9321460a372f528 to your computer and use it in GitHub Desktop.
Save lestrrat/43cae9321460a372f528 to your computer and use it in GitHub Desktop.
#!perl
use strict;
print <<EOM;
Hello, World!
EOM
exit 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment