in reply to How to use perl objects located on another machine?

Well, what's your goal? Do you want to just execute this code (in which case, just copy it your machine and run it) or do you want to execute it on the other machine? If it's the latter, NFS won't do it. CGI was a very good idea, but failing that you can use one of the other RPC mechanisms for Perl, like PlRPC.
  • Comment on Re: How to use perl objects located on another machine?