in reply to Getting (famous) error during running perl script

Overwhelmed by so many warnings? It may be easier to debug only the 1st: Get stricter with use warnings FATAL => 'all';

See also the Basic debugging checklist: diagnostics

  • Comment on Re: Getting (famous) error during running perl script