- or download this
# Now after reading the user inputs for updating the file as follow
my @updateInfo;
...
if ( $currentData{$line} ) { print "the info exists already\n"; exit;
+}
else { print " your info is being saved and the file is updated\n"; ex
+it;
- or download this
@updateInfo = join( "\t", @inputs );
- or download this
if ( $currentData{$updateInfo} ) { ......