ramkumar16 has asked for the wisdom of the Perl Monks concerning the following question:
Code: Production Code : use strict; use banking::field; Test code : use strict use banking "/home/prod/banking/field"; use banking::field; Error getting below Use of qw(...) as parentheses is deprecated at banking/field.pm line 1 +493. Can't locate object method "new" via package "banking::field" (perhaps + you forgot to load "banking::field"?) at testout.pl line 42.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl module
by karlgoethebier (Abbot) on Feb 27, 2015 at 07:32 UTC | |
|
Re: perl module
by Laurent_R (Canon) on Feb 27, 2015 at 07:40 UTC |