in reply to PARoblems (problems with PAR)

As far as your first problem goes, older versions of PAR (perhaps the more recent ones also, I'm not sure) have troubles with Tk due to it pulling in it's sub modules only when they are used, you simply need to specifically require any specific Tk Modules you are using instead of relying on Tk Itself to autoload them.

Just Another Perl Alchemist

Replies are listed 'Best First'.
Re^2: PARoblems
by gri6507 (Deacon) on Feb 25, 2005 at 13:16 UTC
    I've had the same experience with PAR 0.85. Moreover, at least one module (Tk::Bitmap specifically, which is used in the getSaveFile() calls) needed to be specified explicitly as a use because otherwise, I would get errors similar to yours.