Skip to content

Instantly share code, notes, and snippets.

@Abhinickz
Last active April 12, 2017 08:16
Show Gist options
  • Save Abhinickz/5dae75e6ace41ac069c0761413c1a109 to your computer and use it in GitHub Desktop.
Save Abhinickz/5dae75e6ace41ac069c0761413c1a109 to your computer and use it in GitHub Desktop.
test
#!/usr/bin/perl
use strict; use warnings; use Data::Dumper; $Data::Dumper::Sortkeys = 1;
#no warnings 'uninitialized';
print "Hello World!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment