or download this
PERL_DL_NONLAZY
Set to "1" to have Perl resolve all undefined symbols when it loads a
+dynamic library. The default behaviour is to resolve symbols when the
+y are used. Setting this variable is useful during testing of extensi
+ons, as it ensures that you get an error on misspelled function names
+ even if the test suite doesn't call them.