in reply to load dylib at runtime

FFI::Platypus if you're wrapping the libs yourself. If not, adding the directory you're placing libs in to your LD_LIBRARY_PATH somehow before your script is run would do the trick.