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)
In reply to Re^3: Open Vieditor using perl/perl cgi script
by Corion
in thread Open Vieditor using perl/perl cgi script
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |