in reply to Can I use the Following Modules in the Linux version of Perl.

TLDR; without knowing more, I say your chances of modules working across OSes with perl are HIGH.

It's rather rare that you have a module that will not work with the version of perl at your disposal; this is one of the great things about perl. Where things get tricky are modules that depend on compiled libraries that are generally shipped on modern BSD/Linux that tend to be security related and thus are updated frequently, like OpenSSL.