D
DrStrangepork
I wrote a script from which I sometimes launch a system command. In
Win32, this system call launches Notepad, but in Linux it must launch
vi. It does, but I get a warning "Vim: Warning: Output is not to a
terminal". vi is there, because the commands work (like :q exits and
I am returned to my perl script), but like the warning says, no
output. How can I resolve this problem?
Win32, this system call launches Notepad, but in Linux it must launch
vi. It does, but I get a warning "Vim: Warning: Output is not to a
terminal". vi is there, because the commands work (like :q exits and
I am returned to my perl script), but like the warning says, no
output. How can I resolve this problem?