State_Space has asked for the wisdom of the Perl Monks concerning the following question:
#Modules use strict; use warnings; #Changing @INC to Self created modules use File::Basename qw(dirname); use Cwd qw(abs_path); use lib dirname(dirname abs_path $0) . '\name\lib'; #Self Modules use SA qw(extract); use CA qw(extract); use ECC qw(extract);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PAR::pp with self-created modules (updated)
by Athanasius (Archbishop) on Oct 31, 2015 at 03:23 UTC | |
by Anonymous Monk on Oct 31, 2015 at 07:26 UTC | |
by State_Space (Acolyte) on Nov 02, 2015 at 23:28 UTC |