in reply to
RE: VI in Perl
in thread
VI in Perl
Oh, of course. I print debugging information to STDERR, so run it like this: $ ./vip file.txt 2> log or $ ./vip file.txt 2> /dev/null - Dmitri.
Comment on
RE: RE: VI in Perl
In Section
Code Catacombs