in reply to can't locate loadable object module error in perl.

You've got to properly install the module, not just copy Fast.pm. To do that, run
perl Makefile.PL make test make install

(or replace 'make' with the name of your make utility if there's no 'make' executable).