Re: Term::ReadLine

2018-02-26 Thread Jostein Berntsen
On 25.02.18,16:44, hw wrote: > Hi, > > how do I disable the underlining of the prompt when using Term::ReadLine > with GNU readline? > Check this: https://www.nntp.perl.org/group/perl.beginners/2009/05/msg107390.html Jostein -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For

Re: compute depth of word in line

2018-02-26 Thread Jostein Berntsen
On 25.02.18,18:32, hw wrote: > Hi, > > what is the best way to find out the depth of the last word within a > line? "Depth of a word" means "how many other words occur before the > last one?". > > > The background is that I want to write a CLI. The CLI shall know a > number of commands like

Re: Does perl v5.8.9 supports Ubuntu 64 bit?

2018-02-26 Thread jose cabrera
On Monday, February 26, 2018 at 9:31 AM, "Jostein Berntsen" wrote... > > Have you tested with an original Ubuntu package for v.5.8? > > https://launchpad.net/ubuntu/+source/perl/5.8.8-12ubuntu0.8 > Didn't know it was available. Let me try that. Thanks. josé -- What if eternity is real?

Re: Does perl v5.8.9 supports Ubuntu 64 bit?

2018-02-26 Thread Jostein Berntsen
On 26.02.18,15:16, jose cabrera wrote: > On Monday, February 26, 2018 at 4:26 AM, "Shlomi Fish" wrote... > > > Hi jose, > > Hi. > > > were the only failing tests in op/numconvert? If so, it does not seem > > serious. > > and you can use --force or --notest. That put aside, this is an old

Re: Help debugging some old Bugzilla perl scripts

2018-02-26 Thread jose cabrera
On Monday, February 26, 2018 at 4:50 AM, Shlomi Fish" wrote... > Hi jose, > > please see http://www.shlomifish.org/Files/files/code/bugzilla.patch for my > patch against bugzilla 3.2 to get it to compile with recent perls. Thanks. josé -- What if eternity is real? Where will you spend it?

Re: Does perl v5.8.9 supports Ubuntu 64 bit?

2018-02-26 Thread jose cabrera
On Monday, February 26, 2018 at 4:26 AM, "Shlomi Fish" wrote... > Hi jose, Hi. > were the only failing tests in op/numconvert? If so, it does not seem serious. > and you can use --force or --notest. That put aside, this is an old version of > perl with many known bugs that have been fixed in

Term::ReadLine

2018-02-26 Thread hw
Hi, how do I disable the underlining of the prompt when using Term::ReadLine with GNU readline? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: alternative to feature 'signatures'?

2018-02-26 Thread hw
Илья Рассадин writes: > Why can't you use 'signatures' feature at the first place? The perl version I am required to use does not support it. > Usually, it means that you tight yourself to system perl, which is not > a good decision at all. > > Don't trust me on this,

compute depth of word in line

2018-02-26 Thread hw
Hi, what is the best way to find out the depth of the last word within a line? "Depth of a word" means "how many other words occur before the last one?". The background is that I want to write a CLI. The CLI shall know a number of commands like 'show', 'set', 'alias' and so on. Using

Re: Help debugging some old Bugzilla perl scripts

2018-02-26 Thread Shlomi Fish
Hi jose, please see http://www.shlomifish.org/Files/files/code/bugzilla.patch for my patch against bugzilla 3.2 to get it to compile with recent perls. On Mon, 26 Feb 2018 05:43:45 +0100 "jose cabrera" wrote: > On Sunday, February 25, 2018 at 11:26 PM, "Uri Guttman" wrote...

Re: Does perl v5.8.9 supports Ubuntu 64 bit?

2018-02-26 Thread Shlomi Fish
Hi jose, On Mon, 26 Feb 2018 05:56:19 +0100 "jose cabrera" wrote: > Greetings! > > I just installed perlbrew and I tried installing perl v5.8.9 to prevent > trying to fix a bunch of v5.8.9 perl code, but it failed. The first thing > that came to mind was x64 vs x32. Can this