# Dev-Editor's main program
#
# Author: Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-04-25
+# Last modified: 2004-07-04
#
use strict;
$VERSION = '2.0 (CVS)';
+# Path to configuration file
+# Change if necessary!
+
use constant CONFIGFILE => 'devedit.dat';
# Read the configuration file
my $output = exec_command($command,\%data,$config); # Execute the command...
$uselist->unlock; # ... unlock the list with files in use...
- print $$output; # ... and print the output of the command
+ print $$output; # ... and show the output of the command
}
else
{