Mike Schroeder <m...@donor.com> writes: > We do this in our About dialog: > > $self->show_message_dialog( > message => $package . $VERSION . "\n" . > "Powered by wxPerl " . $Wx::VERSION . "\n" . > wxVERSION_STRING, > caption => "About...", > style => wxOK | wxICON_INFORMATION, > ); > > So I think the one you want is wxVERSION_STRING...
How's that different from $Wx::wxVERSION ? -- Johan