in reply to Re: Tk executable on non-perl machine
in thread Tk executable on non-perl machine

According to the documentation on CPAN, it says that I need to link a library path to the executable......how do I do this? It doesn't explain how. Also, to the other question, the font is standard - I haven't chnaged anything. Any suggestions?
  • Comment on Re^2: Tk executable on non-perl machine

Replies are listed 'Best First'.
Re^3: Tk executable on non-perl machine
by marto (Cardinal) on Oct 03, 2005 at 21:52 UTC
    Hi,

    I cant test this at the moment but try:
    pp -l TK --gui -0 file.exe file.pl
    Or
    pp -M TK --gui -0 file.exe file.pl

    its getting late and I dont have access to a machine with Perl at the moment.
    Let me know how you get on with this.

    Hope this helps.

    Martin