in reply to Open a file the way Ctrl+O works
I think you are going to have to explain what "see the file and then work in it" means, after all this could be as simple as:
my $editor = $ENV{EDITOR} || '/usr/bin/vi'; system($editor, shift);
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Open a file the way Ctrl+O works
by eyidearie (Novice) on Aug 10, 2005 at 18:03 UTC | |
by gellyfish (Monsignor) on Aug 10, 2005 at 18:09 UTC | |
by eyidearie (Novice) on Aug 10, 2005 at 19:05 UTC | |
by gellyfish (Monsignor) on Aug 10, 2005 at 19:21 UTC |