s_gaurav1091 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
Any idea, I am getting following error when trying to use Term::ReadLine Perl Module.
Cannot do `initialize' in Term::ReadLine::Gnu
I am getting this error when trying to execute the following line.
$self->term($term = Term::ReadLine->new(ref $self));.
I am running my code on Sun Solaris 10. Not sure why I am getting this error as on Linux and AIX the same code is working fine.
Pls suggest.
Thanks in advance
Shashidhar