in reply to Re^2: pp/prima problem
in thread pp/prima problem

The Prima GUI standalone exe is now working ok...

Seems like the dependency detection within PP prefers this:

use Prima; use Prima::Buttons; use Prima::Application; use Prima::MsgBox; use Prima::StdBitMap;

to this...

use Prima qw(StdBitmap Buttons Application MsgBox);
Many Thanks :) Steve