Foggy Bottoms has asked for the wisdom of the Perl Monks concerning the following question:

Dear monks,

For the sole purpose of testing some of the code I'm writing, I wrote a simple GUI interface using the Win32::GUI package (v. 0.0.558). It worked beautifully with Perl 5.6 but ever since I migrated to Perl 5.8, I ran into several problems :

Has anyone had similar problems before ? Is there something I should be aware of in Perl 5.8 that I would've shamelessly overlooked ?

Comments welcome, thanks for helping me out !

Replies are listed 'Best First'.
Re: Win32::GUI and Perl 5.8
by Foggy Bottoms (Monk) on Aug 21, 2003 at 18:23 UTC
    Comment on the problem
    When I run the following code :
    my $re = new Win32::GUI::RichEdit($window, -name => "RE_contentList +"); print "rich edit : $re";

    all I get is rich edit :...
    So it does seems as if Rich_Edit didn't exist...