Skip to content

Instantly share code, notes, and snippets.

@R2ZER0
Created July 23, 2015 16:36
Show Gist options
  • Save R2ZER0/26609c0e2dc23d900288 to your computer and use it in GitHub Desktop.
Save R2ZER0/26609c0e2dc23d900288 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
(sub { print "arg"; })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment