Hello, This is a generic Perl OOP question, not something wx-specific. My current program has something like this:
use Wx qw( wxOK wxCANCEL wxVERTICAL wxHORIZONTAL wxEXPAND wxTE_PROCESS_ENTER wxTE_PROCESS_TAB wxTE_MULTILINE wxTE_READONLY wxID_ABOUT wxID_EXIT wxID_OPEN wxID_SAVE ); Is there an easy way to just import *all* constant from Wx? You know, something like: use Wx qw(:all); Thanks. Daniel. -- Intolerant people should be shot.