Can I use Perl in vim with only Perl dlls on my system?

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?

+5
source share
1 answer

perl512.dll libgcc_s_sjlj-1.dll. , perl perl.exe, libgcc_s_sjlj-1.dll. has ( "perl" ) == 1 perl.exe. .:)

+1

All Articles