in reply to Win32::GUI and Perl 5.8

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...