I would like to use Perl from vim (via perldo).
I am using vim 7.3 for Windows compiled with +perl/dynand -DDYNAMIC_PERL_DLL="perl512.dll".
I do not have Perl installed on my system, however I have perl512.dll in my vime runtimepath, but this does not seem to work, has('perl')echo 0. I also tried to place the DLL on the system with the same result.
Is the dll enough to make it work, or do I need a full Perl installation?
frank source
share