/@INC
Created
November 25, 2014 12:28
This file contains 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