Help for this page

Select Code to Download


  1. or download this
    e.g. 
    Mass     Time 
    ...
    150.34   0.23
    223.45   1.22
    223.44
    
  2. or download this
    database.txt:
    Mass    Time    Name    Type
    ...
    .
    .
    .
    
  3. 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
    
  4. or download this
    #### Put User input values into hashes in order to search database###
    open (CURINFILE,'database.txt') or die $!;
    ...
          }
    } # End of while loop
    
  5. or download this
    
    for my $array_input(@userinputdata)
    ...
        
         }