#!C:/Programme/Perl/bin/perl.exe -w
#
-# Dev-Editor 2.0 (CVS)
+# Dev-Editor 2.0
#
# Dev-Editor's main program
#
# Author: Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-04-25
+# Last modified: 2004-07-04
#
use strict;
use Output;
use Tool;
-$VERSION = '2.0 (CVS)';
+$VERSION = '2.0';
+
+# Path to configuration file
+# Change if necessary!
use constant CONFIGFILE => 'devedit.dat';
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
{