in reply to problems installing Term::ReadLine::Gnu

Hi baxy,

Ubuntu offers you a wonderful package manager in apt. try the following

sudo apt-get install libterm-readline-gnu-perl
This should install all dependencies without the need to footle about

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Replies are listed 'Best First'.
Re^2: problems installing Term::ReadLine::Gnu
by Anonymous Monk on Nov 19, 2013 at 09:35 UTC
    Thanks solved the problem on 13.10