-  # Create a File::UseList object and load the list
-
-  my $uselist = new File::UseList(listfile => $config{'uselist_file'},
-                                  lockfile => $config{'lock_file'},
-                                  timeout  => $config{'lock_timeout'});
-
-  $uselist->lock or abort("Locking of $config{'uselist_file'} failed. Try it again in a moment. If the problem persists, ask someone to recreate the lock file ($config{'lock_file'}).");
-  $uselist->load;
-
-  # Create a hash with data submitted by user
-  # (the CGI and the File::UseList object will also be included)
+  # Create a hash containing data submitted by the user
+  # (some other necessary information are also included)