As per the title, id like to, if possible replace a tty on a FreeBSD box with a perl script, basicly i need an application that starts when the system does, grabs input from stdin and does it's buisness on receiving text most of which i've done but i find myself in need ot help when it comes to getting the machine to accept input without loggin in and running the client script.
I cant for the life of me figure out how you'd go about writing a tty replacment in perl.