Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
@INC is the perl module search path, meaning perl can't resolve the "use ImageMagick" line pf the perl script. This can be resolve by either setting an environment variable PERL5LIB, before running the perl script, OR, adding a line...
In a normal install the PerlMagic is in the perl module library folder, and the binaries are in the system directories. However you indicated that this was not the case, and does not have to be the case either, with appropriate setup.