I am new to perl and have installed it using yum. Apparently there are some issues as I had to move the Tk.pl files from
/usr/share/perl5/vendor_perl/AnyEvent/Impl/ to
/usr/share/perl5/vendor_perl/ so that perl could find them.
Now I get a different error when trying to run a script:
# perl -e 'use Tk; print "$Tk::Tk_module\n";'
Bareword "Tk::MainLoop" not allowed while "strict subs" in use at /usr/share/perl5/vendor_perl/Tk.pm line 134.
Would a removal and re-install remedy this?
TIA
Wayne