herbert breunung <deirdre_s...@web.de> writes: > i think another on is to use > > Wx::Event::EVT_BUTTON
Yes, it is very clarifying to use explicit package names, > &Wx::wxSTAY_ON_TOP > > advantages: no fuzz with importing or not importing -> portable code I must object. What you call 'no fuzz with importing' is, in fact, placing a booby trap under your code. Calling subroutines with & is explictly advised against, and with reason. -- Johan