Skip to content

Instantly share code, notes, and snippets.

@paveljurca
Created November 25, 2014 12:28
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