in reply to Re: Replacing a Tty with a perl script
in thread Replacing a Tty with a perl script

I did actualy try this but it it seems the os objects to having a tty replaced with anythinh but a properly written tty, or at least it objects to having something that doesnt behave the same way :)
  • Comment on Re: Re: Replacing a Tty with a perl script

Replies are listed 'Best First'.
Re: Re: Re: Replacing a Tty with a perl script
by MiggyMan (Sexton) on Apr 29, 2004 at 12:35 UTC
    I take that back, editing the ttys file does work, but you have to set the type to unkown! Still using term::readkey in conjunction with that seems to herrald the best results.