in reply to Re^3: RFC: pragma pragmatic
in thread RFC: pragma pragmatic

Hi,

 use Wx qw(:everything); imports about 3.2MB worth of constants/"macros", so you can type (as in C++) wxDefaultSize instead of Wx::wxDefaultSize() and EVT_MENU(...) instead of Wx::Event::EVT_MENU(...)

Some guys prefer namespace::autoclean to typing a few extra Wx::/Wx::Event::