I haven't written any desktop code in Perl in years. The last time I did, I used Tk, and while it wasn't as polished as a native app, it got the job done nicely. Now I'm about to write another desktop application, and it needs to run on Windows. I would like it to look as native as possible (with the obvious exception of the console window). Looking at CPAN, it seems the three main choices are Tk, Win32::GUI, and wxPerl.
Which one do you guys think I should go with? thanks.