Skip to content

Instantly share code, notes, and snippets.

@ivan-krukov
Created October 19, 2014 08:44
Show Gist options
  • Save ivan-krukov/b70d52bd03b4822ac5af to your computer and use it in GitHub Desktop.
Save ivan-krukov/b70d52bd03b4822ac5af to your computer and use it in GitHub Desktop.
Imports - default modules I want to use everywhere in perl
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