Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Any How-to's out there on the best way to migrate a wxWigets C++ Class to a wxPerl Class? Thank you all!

Replies are listed 'Best First'.
Re: C++ to wxPerl Conversion
by Anonymous Monk on Mar 29, 2011 at 23:08 UTC

      There are (at least) two wxwidgets C++ programs that implement a simulated 6-digit,7-segment LED display control. One is close to 450 lines long. I would like to port one or both to wxPerl for use in a hobby project. Just looking for any tips that might make this easier. Thanks for your assistance. I have been to the referenced site many times before. Unfortunately I am new to Perl and wxPerl, but I am reading everything that I can find.