in reply to Re^10: perl install in Fedora 16
in thread perl install in Fedora 16
I'm not sure what you're actually trying to do, but from rereading the thread I'm getting the impression you might perhaps simply be wanting to run a regular Perl/Tk GUI program(?)
If so, you need to install Tk, not AnyEvent::Impl::Tk.
If, OTOH, you know what you're doing and are in fact wanting to use AnyEvent::Impl::Tk, you'll need to provide more context about what you're trying to run. It's hard to help otherwise.
As for the error message 'Bareword "Tk::MainLoop" not allowed ...' itself, it means something is trying to call said MainLoop function without having loaded the Tk module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^12: perl install in Fedora 16
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 | |
by txflyer (Initiate) on Feb 21, 2012 at 01:16 UTC | |
|