I would like to use Perl from within vim (via perldo).
I use vim 7.3 on Windows, compiled with +perl/dyn and -DDYNAMIC_PERL_DLL="perl512.dll".
I don’t have Perl installed on my system, however I do have perl512.dll in my vim runtimepath, but this doesn’t seem to work, has('perl') echoes 0. I also tried placing the dll on the system path with the same result.
Is the dll sufficient to get it to work or do I need to have a full install of Perl?
perl512.dllis depend onlibgcc_s_sjlj-1.dll.Then if you want to enable perl without
perl.exe, you should copylibgcc_s_sjlj-1.dllalso. I could get has(“perl”) == 1 withoutperl.exe.But I don’t comment the way. 🙂