Perl dbdsybase

is it possible directly copy the perl module file to some path and make it work?
like the attached rpm? I am trying to get this work. I have no root permission and i have to migrate some perl code from solaris to rhel 6. sybase dblib is heavily used in the solaris box. any ideas welcom. thanks.

It may or may not work based on the HW/SW incompatibilities. If your rpm says the similar dist / patch you can try.

You could use cpan to install the module locally and then call the Perl with local::lib see this snippet from learn.perl.org You lose the advantage of OS upgrades to the module, but this module is stable a long time (last modified 2011).