Debugger goodies rendered worthless
IvorW
combobulus at xemaps.com
Thu Jun 21 12:44:53 BST 2007
> -----Original Message-----
> From: Andrew Black [mailto:andrew-li at black1.org.uk]
> Sent: 21 June 2007 12:15
> To: London.pm Perl M[ou]ngers
> Subject: Re: Debugger goodies rendered worthless
>
>
>
> IvorW wrote:
>
> >
> > Do you have Term::ReadLine::Gnu and/or Term::ReadLine::Perl
> installed? These might help.
> >
> What is the difference between those modules - which is preferable?
Term::ReadLine::Gnu has an external dependency on the GNU readline library, and is not available for all platforms.
Term::ReadLine::Perl is more generic, but less funtionality.
If readline is available, Term::ReadLine::Gnu is better.
More information about the london.pm
mailing list