in reply to Cannot call my installed module

use Exporter(); # Why is Exporter white while other use # statements are colored
In vim (and I guess other Editors as well) Exporter is not a known word/module, as it is loaded externally. This happens also e.g. with
use Data::Dumper;
You can edit the syntax file (perl.vim in the syntax directory), if you want it to be recognized as a reserved word.