|
So, I'm having a problem trying to do some Perl CGI scripting on Eskimo. What I'm trying to do is put together a Facebook app, and there's a CPAN package for this, which I figured out how to set up correctly what with not having admin privileges on the web server. The problem is, when I compiled a dependency--version.pm--it failed to work on the webserver. It appears the problem is that the perl on the user machines (eskimo.com and shell.eskimo.com) is 5.8, while the webserver is 5.6, which causes a big error to occur when I try to include the 5.8-installed CPAN package on my account and have it accessed by the 5.6 web server.
Any help?
|