in reply to Re^2: pp/prima problem
in thread pp/prima problem
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...
Many Thanks :) Steveuse Prima qw(StdBitmap Buttons Application MsgBox);
|
|---|