Skip to content

Instantly share code, notes, and snippets.

@andrewsolomon
Created April 27, 2014 17:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewsolomon/11350435 to your computer and use it in GitHub Desktop.
Save andrewsolomon/11350435 to your computer and use it in GitHub Desktop.
Hello Geekuni Community!
#!/usr/bin/perl
use strict;
use warnings;
use feature 'say';
say 'Hello Geekuni Community!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment