I'm using PAR to create an executable Tk program that I can hand out to fellow employees. When I run the executable on my machine it works just fine. When I run the file on a computer that doesn't have Perl installed, the GUI comes up but all the text characters are replaced with boxes and the program doesn't run at all - basically I just get a funny looking window. All the computers I'm installing this are windows xp machines....
Here is my par command:
pp -o --gui file.exe file.pl
What am I doing wrong?