in reply to Re^3: From whence comes perl-5.8.6-smartmatch.tar?
in thread From whence comes perl-5.8.6-smartmatch.tar?
No debugging symbols or whatever?
Not unless the dll was built for debugging. For example, the first of the missing exports in the OP is _Perl_av_reify referenced in function _da_refgen, and searching perl58.dll for "reify" turns up nothing:
C:\Perl\bin>strings perl58.dll | find "reify"
|
|---|