Paul Johnson <[EMAIL PROTECTED]> writes:
> The text is still there in the latest release candidate for Perl 5.8.0.
> If anyone feels like saving the world, now would be a very good time to
> do it. In other words, documentation patches are still being accepted.
That would first require one to u
On Mon, Jun 24, 2002 at 10:10:38PM -0700, Harry Putnam wrote:
> The documentation in TERM::Readline at ENVIRONMENT reads like maybe
> some kind of cut and paste editing went wrong or something. It reads
> like gibberish. The usage of the words `head' `tail' and `ornaments'
> is confusing to the
Bob Showalter <[EMAIL PROTECTED]> writes:
>> Anyone have an idea what might be causing this?
>> Can it be readline?
>
> I have this problem using Putty and FreeBSD. I was able to fix it by
> adding the following to my .bashrc:
>
>export "PERL_RL= o=0"
>
> This was documented in perldoc Term::
> -Original Message-
> From: Harry Putnam [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 23, 2002 3:13 AM
> To: [EMAIL PROTECTED]
> Subject: Debugging the debugger
>
>
> Just going thru the debug tutorial:
>perldoc perldebtut
> Following along having writen the example script to dis
At 09:33 AM 6/23/02 -0700, Harry Putnam wrote:
>Peter Scott <[EMAIL PROTECTED]> writes:
>
> > print "Hello\n"
> >
> > at a debugger prompt.
>
>Yeah, it gives the same chopping action:
>main::(./temp:2): e strict;
> DB<1> print "Hello\n" H
>ello
>
Peter Scott <[EMAIL PROTECTED]> writes:
> print "Hello\n"
>
> at a debugger prompt.
Yeah, it gives the same chopping action:
main::(./temp:2): e strict;
DB<1> print "Hello\n" H
ello
DB<2>
Any ideas how to correct this?
--
To unsubscribe, e
At 12:13 AM 6/23/02 -0700, Harry Putnam wrote:
>Just going thru the debug tutorial:
>perldoc perldebtut
>Following along having writen the example script to disk.
>I notice any `p' commands gives me a line with the first character
>chopped off.
>
>Like when the tutorial gets to the part where