bh_perl has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use strict; use warnings; use Getopt::Long; use Time::ParseDate qw(parsedate); use Time::Local; use POSIX qw(strftime); use ConfigurationModule qw/set_directory get_date PARSE_CSV INTTOHEX/; use TrunkCategoryModule qw/read_trunk_category/; use CheckFilterModule qw/check_filter/; use CheckProductTypeModule qw/assign_bgid assign_mbi_final/; use CheckCallCategoryModule qw/assign_call_category/; use NormalizeFieldModule qw/normalize_bnumber date_format check_error_ +code/; use NormalizePointTargetModule qw/normalize_point_target/; use NormalizeInbillModule qw/get_total_record get_startdate get_lastda +te/; use TiuMappingModule qw/tiu_mapping/; ... ... ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to execute/call perl module on different path ?
by kennethk (Abbot) on Jun 06, 2012 at 17:38 UTC | |
|
Re: How to execute/call perl module on different path ?
by brx (Pilgrim) on Jun 06, 2012 at 17:31 UTC | |
by thomas895 (Deacon) on Jun 06, 2012 at 18:00 UTC | |
by afoken (Chancellor) on Jun 06, 2012 at 18:29 UTC | |
by thomas895 (Deacon) on Jun 06, 2012 at 22:04 UTC | |
|
Re: How to execute/call perl module on different path ?
by AnomalousMonk (Archbishop) on Jun 06, 2012 at 17:43 UTC | |
|
Re: How to execute/call perl module on different path ?
by 2teez (Vicar) on Jun 06, 2012 at 18:44 UTC | |
|
Re: How to execute/call perl module on different path ?
by clueless newbie (Curate) on Jun 06, 2012 at 20:24 UTC |