Skip to content

Instantly share code, notes, and snippets.

@msztolcman
Created May 15, 2013 01:21
Show Gist options
  • Save msztolcman/5581008 to your computer and use it in GitHub Desktop.
Save msztolcman/5581008 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
$Data::Dumper::Terse = 1;
$Data::Dumper::Indent = 1;
$Data::Dumper::Quotekeys = 1;
sub dmp { say &Dumper; };
use Rot13;
! fnl "uryyb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment