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.dll
is depend on libgcc_s_sjlj-1.dll
.
Then if you want to enable perl without perl.exe
, you should copy libgcc_s_sjlj-1.dll
also. I could get has("perl") == 1 without perl.exe
.
But I don't comment the way. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With