in reply to Re^9: perl install in Fedora 16
in thread perl install in Fedora 16
I added your code at the start of the script and the module was found! Now I have a new problem. The script (not mine) generates this error:
Bareword "Tk::MainLoop" not allowed while "strict subs" in use at /usr +/share/perl5/vendor_perl/AnyEvent/Impl/Tk.pm line 134. Compilation failed in require at ./guiguts.pl line 49. BEGIN failed--compilation aborted at ./guiguts.pl line 49.
Line 49 is Tk.pm which is the module in the directory needed in @INC
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: perl install in Fedora 16
by Eliya (Vicar) on Feb 20, 2012 at 21:16 UTC | |
by txflyer (Initiate) on Feb 20, 2012 at 21:35 UTC | |
by Eliya (Vicar) on Feb 20, 2012 at 22:05 UTC | |
by txflyer (Initiate) on Feb 20, 2012 at 23:13 UTC | |
by Anonymous Monk on Feb 21, 2012 at 00:28 UTC | |
|