> my context is that i want to deploy some perl-software, but don't want > to have to care about what machine the customer has, whether he has perl > installed, etc. he's not supposed to program, he's supposed to _use_ the > program and not care about all the techie-stuff.
Are you planning to install the database server on the same user's computer as well? I fear that you're advocating a database system without a DBA or sysadmin to tend to it and pick up the pieces when it all (inevitably) falls down. Just something to consider. Regarding your desire to install "executable perl", consider perl2exe from www.indigostar.com. Cheers, Richard
