countercycle
Programmer
I'm trying to start a system command, then simulate an enter key being pressed (activestate 5.6.1). I've come up with this code, but it doesn't quite work.
open(MORE,"|more readme"
;
print MORE "\n";
close(MORE);
Can anybody help?
open(MORE,"|more readme"
print MORE "\n";
close(MORE);
Can anybody help?