Created
October 19, 2014 08:44
-
-
Save ivan-krukov/b70d52bd03b4822ac5af to your computer and use it in GitHub Desktop.
Imports - default modules I want to use everywhere in perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Imports; | |
strict->import(); | |
warnings->import(qw(FATAL)); | |
5.010_000->import(); | |
utf8->import(); | |
1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment