Guest User

Untitled

a guest
Apr 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. use strict qw(vars subs);
  2. use feature qw(say state switch);
  3. no warnings;
  4. use warnings qw(FATAL closed threads internal debugging pack substr malloc
  5. unopened portable prototype inplace io pipe unpack regexp
  6. deprecated exiting glob digit printf utf8 layer
  7. reserved parenthesis taint closure semicolon);
  8. no warnings qw(exec newline);
Add Comment
Please, Sign In to add comment