in reply to Install Perl Modules Using FTP Without Having Shell Access?
If you're really really desperate, you can probably go through and manually build a perl lib directory with FTP commands, putting each of the files XML::DOM installed. This is assuming that the target OS is compatible with the source OS. You might be able to write a Perl script to do this for you, and even then there's no guarantee it'll work.
Another option might be to use RPC somehow and Storable with a 3rd-party system that is more flexible with the stuff it installs. Have your CGI execute a procedure on a remote system to do all the weird parsing stuff, and have the remote system return data structures that represent the results. This is, in my opinion, a relatively horrible way to solve your problem, but it is a way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Install Perl Modules Using FTP Without Having Shell Access?
by repson (Chaplain) on Jan 07, 2001 at 13:29 UTC |