I need to instantiate a perl object (we'll call it foo here) that is located on another machine. Originally I wanted to install Apache onto the other machine and call foo from a CGI program. Unfortunately we will not be able to install Apache on that machine. I need to hear from you what is the best way to access foo from my primary machine. One option that I am considering is to NFS mount the directory that has foo onto my machine? Any suggestions or options will be greatly appreciated?
Thanks in advance!!