kally has asked for the wisdom of the Perl Monks concerning the following question:
I have followed the given commands to install the perl Tk module.
There were some warning coming which i managed to hide by command >dmake install -s
Everything goes right till now but the moment I am trying to rum my XYZ.pl file i am encountering this error
</Can't loacte auto/Tk/bootstrap.al in @INC <@INC contains: C:/strawbe +rry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/li +b .> at C:/strawberry/perl/site/lib/Tk.pm line 88>
which i am not able to resolve.
line number 88 of the Tk module is
bootstrap Tk;
There is not not bootstrap.al file I am able to find inside folder auto/Tk.
|
|---|