Nyimi Jose wrote: > Hello, > Hi there! > > My question is: > Once I develop my Application(GUIs) and so one, how to deploy it to users > ? If my users are using PC (Windows OS) and they don't Perl installed on > their PC, - should I go and installed Perl on each user's PC : I don't > think that's a realistic way to do :-) - should I put my Perl/Tk script on > a shared drive accessible by all users then they have just to execute it > from their PC ? > > Any info is welcome ? >
my 2 cents... Distributed GUI apps are legacy. Write web based software. Then your code is platform independent. Best of all, the app is deployed by telling your user to point thier browser to a URI. The user never has to upgrade, because next time they visit the URI, they have the upgrade. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]