in reply to Re: Perl/Tk, PAR::Packer and Menus
in thread Perl/Tk, PAR::Packer and Menus

It seems like a path issue. The perl interpreter can find the Tk modules but pp cannot. What would I link (a dll?) if that is the case? I'm a Linux guy trying to slog my way through a Windows app.

Replies are listed 'Best First'.
Re^3: Perl/Tk, PAR::Packer and Menus
by fishmonger (Chaplain) on Jul 29, 2015 at 21:53 UTC

    In addition to putting the use statement in the script, use the -M option in the pp command.

    pp -M Tk::Menu ....