the biggest consideration will be that every machine that runs your program will have to have Perl (Activestate Perl for windows) installed on that machine since it will (presumably) be an interpreted script rather than a compiled, stand-alone program. you will also need tcl-tk or whatever gui-capable language you choose to use installed on each machine (or available for linking from some common server, if that type of linkage is even possible in Perl.)
other alternatives are possible, such as running the program on a X-based server and having each machine log in via some X-forwarding program and run your program remotely; the program will appear to be running on the user's machine while actually running on a remote server. since you don't detail your situation at all, it's hard to give more than general advice, but for a windows environment it may be advisable to use a more windows-centric solution, assuming the different flavors of windows will allow the options/languages you have available. ultimately a compiled, statically linked program that does not rely on any external libraries may be your best option. others with better, broader understanding of what's available may have better suggestions. On 9/1/07, Rafael Morales <[EMAIL PROTECTED]> wrote: > Hi list, > > This my situation I love Perl, and I need to create a GUI program for a > school, but this is my problem: > - In the school all machines are under Windows (different versions). - > So I don`t know what to do, I must to code the program with Perl or i will > have to use other language. > > Please help me to take a decision. > Regards and good weekend. > > -- > _______________________________________________ > Get your free email from http://bsdmail.com > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > -- since this is a gmail account, please verify the mailing list is included in the reply to addresses -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/