in reply to Re: Term::Shell readline
in thread Term::Shell readline
Thank you very much, haj! I have requested a module version upgrade! That's a good point which I should have mentioned. SH::Shell is just a company-specific perl module which inherits from Term::Shell. I am not sure whether I have those installed. Is there an easy way to check ?
package SH:Shell; use base qw(Term::Shell); sub init { ## good stuff of course }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Term::Shell readline
by Anonymous Monk on Mar 08, 2023 at 22:43 UTC | |
by haj (Vicar) on Mar 08, 2023 at 23:37 UTC |