Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created February 19, 2015 07:34
Show Gist options
  • Select an option

  • Save lestrrat/43cae9321460a372f528 to your computer and use it in GitHub Desktop.

Select an option

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