-
-
Save paveljurca/9ff826e19f233bb6a6c9 to your computer and use it in GitHub Desktop.
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 VS module | |
"Packages and modules are two completely separate and distinct features" | |
=> http://qntm.org/files/perl/perl.html | |
conventions | |
http://perlmaven.com/how-to-create-a-perl-module-for-code-reuse | |
-- | |
use VS require | |
http://linux-forum-karthik.blogspot.cz/2011/06/use-vs-require-in-perl.html | |
%INC | |
-- | |
http://stackoverflow.com/q/2526804/1824796 | |
use lib | |
BEGIN {push @INC} | |
perl -I lib | |
$PERL5LIB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment