I have a program that statically links against perl56.lib. How can I change it so it works with ActivePerl 5.8? I could just link against perl58.lib, but I'm looking for a solution that would allow it to eventually work with any perl, without re-compiling the program.