On 21 February 2015 at 01:38, nicolas <nicolas...@mail.com> wrote: > Global symbol "$CONFIG_FILE" requires explicit package name at vowCons2.pm > line 18.
This file has a syntax error due to $CONFIG_FILE being assigned to in a context where it is not defined. Usually this would mean you need to predeclare it somewhere relevant with `my $CONFIG_FILE`, but seeing its in caps, you possibly meant to have it as a globlal. ( Where "our" is more applicable ). http://perl-begin.org/tutorials/perl-for-newbies/part2/#page--my--use_strict--PAGE -- Kent *KENTNL* - https://metacpan.org/author/KENTNL