We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If a Perl app refuses to run, the first thing is to increase verbosity by adding the following code at the top of the Perl script:
use strict; use warnings;
Then watch out for messages like "Can't locate ... in @INC"
Then set $PERLLIB so that Perl can find its includes.