I am running AIX 5.2 and perl 5.8.0.10. I am trying to add the NET::TELNET module. The instructions say the first step is run 'perl Makefile.PL'. When I run this command I get the following:
Can't find string terminator "!END!" anywhere before EOF at /usr/opt/perl5/lib64/5.8.0/aix-thread-multi-64all/Config.pm line 45.
Compilation failed in require at /usr/opt/perl5/lib64/5.8.0/ExtUtils/MakeMaker.p
m line 11.
BEGIN failed--compilation aborted at /usr/opt/perl5/lib64/5.8.0/ExtUtils/MakeMak
er.pm line 11.
Compilation failed in require at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
I would appreciate any thought or ideas on this
Can't find string terminator "!END!" anywhere before EOF at /usr/opt/perl5/lib64/5.8.0/aix-thread-multi-64all/Config.pm line 45.
Compilation failed in require at /usr/opt/perl5/lib64/5.8.0/ExtUtils/MakeMaker.p
m line 11.
BEGIN failed--compilation aborted at /usr/opt/perl5/lib64/5.8.0/ExtUtils/MakeMak
er.pm line 11.
Compilation failed in require at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
I would appreciate any thought or ideas on this