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


in reply to Re^3: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
in thread Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl

marto: thank you. Indeed, I ran this test program:

use strict; use warnings; use 5.014; use DBI; use Encode; use Wx; say 'Testing Wx'; 1;

and it didn't issue errors. I'll start using Wx and report if I encounter problems.

Many thanks - Helen

  • Comment on Re^4: Installation instructions for Wx (wxWidgets fomerly wxWindows) using ActivePerl (update)
  • Download Code