http://www.perlmonks.org?node_id=796426

Sue D. Nymme has asked for the wisdom of the Perl Monks concerning the following question:

I'm probably biting off more than I can chew here, but: how does one go about creating a custom widget in wxPerl?

Do you create the widget in C++ within wxWidgets, and then create a wxPerl framework module for it? Or can it be done in pure perl?

Thanks in advance.