Perl on Asustor

Ok, trying to get a perl script (or app or whatever it is.) running on my AS-202T. I can install Perl 5.16.3r3 from the App Central. This install says it's there, and appears to be ready to run.
So, when I look at the script it tells me it has some includes needed to make it work. So I figured out how to do a cpan install, but when I try to install LWP::UserAgent it fails. So I tried to get the next include, XML::Simple, which ALSO fails to install. On down the line for every included module I need to get this script running...
So, I guess my question is this: How do we get up to date and working installs of these cpan modules?
Barring that, can I install Perl on my desktop Win7 machine, get those modules and drop them into the Asustor perl folders to get them working?
So, when I look at the script it tells me it has some includes needed to make it work. So I figured out how to do a cpan install, but when I try to install LWP::UserAgent it fails. So I tried to get the next include, XML::Simple, which ALSO fails to install. On down the line for every included module I need to get this script running...
So, I guess my question is this: How do we get up to date and working installs of these cpan modules?
Barring that, can I install Perl on my desktop Win7 machine, get those modules and drop them into the Asustor perl folders to get them working?