- # 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($config->{'errors'}->{'lock_failed'},undef,{USELIST => $config->{'uselist_file'}, LOCK_FILE => $config->{'lock_file'}});
- $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)