shortyfw06 has asked for the wisdom of the Perl Monks concerning the following question:
Can't locate loadable object for module Tk::Event in @INC (@INC contai +ns: C:/Per l/site/lib C:/Perl/lib .) at C:/Perl/site/lib/Tk.pm line 13 Compilation failed in require at C:/Perl/site/lib/Tk.pm line 13. BEGIN failed--compilation aborted at C:/Perl/site/lib/Tk.pm line 13. Compilation failed in require at Fastenator_working.pl line 9. BEGIN failed--compilation aborted at Fastenator_working.pl line 9.
I copied the Tk.pm and additional folders and files into the 5.12.4 structure and then received the following error.
Can't locate loadable object for module Tk::Event in @INC (@INC contai +ns: C:/Per l/site/lib C:/Perl/lib .) at C:/Perl/site/lib/Tk.pm line 13 Compilation failed in require at C:/Perl/site/lib/Tk.pm line 13. BEGIN failed--compilation aborted at C:/Perl/site/lib/Tk.pm line 13. Compilation failed in require at Fastenator_working.pl line 9. BEGIN failed--compilation aborted at Fastenator_working.pl line 9.
Does anyone know if there's a compatibility issue with tk from one perl version to another? Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Version Issue
by moritz (Cardinal) on Jul 25, 2012 at 20:18 UTC | |
|
Re: Perl Version Issue
by syphilis (Archbishop) on Jul 26, 2012 at 04:02 UTC |