Hello All,

I trying to write a simple perl script within win xp env.
The script which I wrote is just to create new object as written below:

Code:
use Tk;
$mw = new MainWindow;
MainLoop;
Repeatedly I'm getting the following error:

bad option "windowingsyste m": must be appname, or scaling at D:/Perl/lib/Tk/Submethods.pm line 42.

Can any one direct...