in reply to Re^2: Open Vieditor using perl/perl cgi script
in thread Open Vieditor using perl/perl cgi script
So you want something like:
my $file= "/tmp/file-to-edit"; # Let the user edit the file system("vi $file") == 0 or die "Uhoh: $? / $!"; # Now, reupload the file to the website (however)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Open Vieditor using perl/perl cgi script
by Anonymous Monk on Sep 11, 2014 at 08:55 UTC | |
|
Re^4: Open Vieditor using perl/perl cgi script
by Anonymous Monk on Sep 11, 2014 at 08:41 UTC | |
by Anonymous Monk on Sep 11, 2014 at 08:47 UTC |