C
Choowie
Hi there,
I have a Perl script which I launch from a serial port console. The scripts
asks for a bunch of questions and then modifies configuration scripts. I use
the <STDIN> functionnality to read what the user typed in.
The problem is, when in serial console, I must not do any typing mistake.
The Delete of Ctrl-H key do not operate.
What should I do to have these keys working?
Thanx for your help.
I have a Perl script which I launch from a serial port console. The scripts
asks for a bunch of questions and then modifies configuration scripts. I use
the <STDIN> functionnality to read what the user typed in.
The problem is, when in serial console, I must not do any typing mistake.
The Delete of Ctrl-H key do not operate.
What should I do to have these keys working?
Thanx for your help.