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:
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 me what I'm doing wrong ?
Thanks
Ronen
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;
bad option "windowingsyste m": must be appname, or scaling at D:/Perl/lib/Tk/Submethods.pm line 42.
Can any one direct me what I'm doing wrong ?
Thanks
Ronen
Comment