in reply to Re^2: emulate the Term::ReadLine's two arguments form
in thread emulate the Term::ReadLine's two arguments form

thanks to you all, but
the problem is that in the previous posted code, in my two installations the 'editable second arg' is simply ignored.

more: i cannot succesfully load the T:RL:Perl module in the starwberry installation: the error is my first post.
if i load directly that module in a script, nothing special appens nor error catched by strict or warning..

how can i then replicate this behavior in every Perl installation?

thanks
L*
there are no rules, there are no thumbs..

Replies are listed 'Best First'.
Re^4: emulate the Term::ReadLine's two arguments form
by Khen1950fx (Canon) on Feb 17, 2012 at 18:57 UTC
      many thanks, though the subject remain a little obscure to me..
      there are no rules, there are no thumbs..
Re^4: emulate the Term::ReadLine's two arguments form
by LanX (Saint) on Feb 17, 2012 at 18:23 UTC
    So install it by hand, as I told you I'm pretty sure even copying should do it and¹ if you want to distribute your app, include that module into it.

    Cheers Rolf

    ¹) updated