#!C:/Programme/Perl/bin/perl.exe -w
#
-# Dev-Editor 2.2a
+# Dev-Editor 2.3
#
# Dev-Editor's main program
#
use Output;
use Tool;
-$VERSION = '2.2a';
+$VERSION = '2.3';
# Path to configuration file
# Change if necessary!
if($newfile ne '' && $newfile !~ /^\s+$/)
{
$curdir = upper_path($file) if($curdir eq '');
- my $path = $curdir.$newfile;
+ my $path = $curdir.'/'.$newfile;
# Extract file and directory name...
$uselist->lock or abort($config->{'errors'}->{'lock_failed'},undef,{USELIST => $uselist->{'listfile'}, LOCK_FILE => $uselist->{'lockfile'}});
$uselist->load;
- # Create a hash with data submitted by user
- # (some other necessary information will also be included)
+ # Create a hash containing data submitted by the user
+ # (some other necessary information are also included)
my %data = (physical => $physical,
virtual => $virtual,