in reply to Cannot call my installed module
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. withuse Exporter(); # Why is Exporter white while other use # statements are colored
You can edit the syntax file (perl.vim in the syntax directory), if you want it to be recognized as a reserved word.use Data::Dumper;
|
|---|