in reply to command prompt

What kind of access do you have to the site then?

Is it a pure perl module or is it made of parts that need to be compiled for a certain architecture?

Sören

Replies are listed 'Best First'.
Re: Re: command prompt
by BzBeauty (Sexton) on Mar 22, 2004 at 22:57 UTC
    Have FTP access and access to the Control Panel - Linux hosting.

    It's the smart xml module.

      Sorry, I don't know that webhoster. It's not really a perl question anymore now...

      Lucky you it looks like XML::Smart comes with a pure perl XML parser.
      You could do either:

      1. build the modules locally, then transfer them by FTP - that's a bit tedious because you need a bunch of modules.
      2. ask your webhoster to install the module.
      3. ask your webhoster to get shell access.
      4. find some other webhoster that grants shell access.

      Sören