in reply to Re: backspace works in shell, but not in Perl?
in thread backspace works in shell, but not in Perl?
#include <stdio.h> main() { int n; scanf("%d",&n); printf("n=%d\n",n); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: backspace works in shell, but not in Perl?
by DaWolf (Curate) on Feb 28, 2004 at 19:07 UTC |