Skip to content

Instantly share code, notes, and snippets.

@deppp
Created November 3, 2009 17:01
Show Gist options
  • Save deppp/225221 to your computer and use it in GitHub Desktop.
Save deppp/225221 to your computer and use it in GitHub Desktop.
use strict qw(vars subs);
use feature qw(say state switch);
no warnings;
use warnings qw(FATAL closed threads internal debugging pack substr malloc
unopened portable prototype inplace io pipe unpack regexp
deprecated exiting glob digit printf utf8 layer
reserved parenthesis taint closure semicolon);
no warnings qw(exec newline);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment