Skip to content

Instantly share code, notes, and snippets.

@andrewsolomon
Last active May 13, 2017 09:53
Show Gist options
  • Save andrewsolomon/17fb7b5e5d9495a27e0d835fccc847c7 to your computer and use it in GitHub Desktop.
Save andrewsolomon/17fb7b5e5d9495a27e0d835fccc847c7 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
use feature 'say';
say 'Hello World';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment