Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Function Keys Setup in perldebug

by rinceWind (Monsignor)
on Jan 29, 2007 at 19:04 UTC ( [id://597147]=note: print w/replies, xml ) Need Help??


in reply to Function Keys Setup in perldebug

The perl debugger, perl5db, uses the Term::ReadLine mechanism to get its command line input. Although this is core, what comes with it is merely a stub.

You need to install Term::ReadLine::Perl and/or Term::ReadLine::Gnu, which support arrow keys and command history. The latter needs the readline library as a prerequisite - this library is outside perl.

--

Oh Lord, won’t you burn me a Knoppix CD ?
My friends all rate Windows, I must disagree.
Your powers of persuasion will set them all free,
So oh Lord, won’t you burn me a Knoppix CD ?
(Missquoting Janis Joplin)

Replies are listed 'Best First'.
Re^2: Function Keys Setup in perldebug
by owler1 (Novice) on Jan 30, 2007 at 22:42 UTC
    Brill Sir rinceWind Loading ReadLine::Perl worked a treat - ReadLine::Gnu failed to test and install My humble obeisances

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://597147]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-23 05:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found