- or download this
e.g.
Mass Time
...
150.34 0.23
223.45 1.22
223.44
- or download this
database.txt:
Mass Time Name Type
...
.
.
.
- or download this
e.g. for the above userinput, it will return this values in new textfi
+le
Mass Time Name Type
100.20 0.55 Ken Boy
223.45 1.22 John Boy
223.44 John Boy
- or download this
#### Put User input values into hashes in order to search database###
open (CURINFILE,'database.txt') or die $!;
...
}
} # End of while loop
- or download this
for my $array_input(@userinputdata)
...
}