how to install perl modules with no command line access?

Discussion in 'Programming' started by saneinsight, Mar 7, 2007.

  1. #1
    Hi,

    I have a problem moving perl modules, that have been installed in my development environment, to a shared server I don't have command line access to. So I can't use the CPAN shell to install + dependency modules to production.

    I know you can simply copy all .pm's into a directory hierarchy but the amount of dependencies are huge.

    any help or advice from anyone would be greatly appreciated.

    thanks
    Sane
     
    saneinsight, Mar 7, 2007 IP
  2. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #2
    Are you on a shared hosting account?
    In that case your control over the server structure is limited to none, and if it's been secured properly by the provider, you won't be allowed to install anything on it other than your web scripts.
     
    Clive, Mar 7, 2007 IP
  3. Rich_H

    Rich_H Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Check with your host, they may install the modules for you. Especially if they will benefit other users.

    If not, consider VPS. You can get starter packages for aroung $29 a month, then you can install whatever you want.

    HTH,

    Rich
     
    Rich_H, Mar 8, 2007 IP