Please select an OBSERVED spectrum file to upload:
Please select a protein sequence file to upload:
## my $q = new CGI; $fh1 = $q->param('MEASURED_SPECTRUM'); # these are really file-handles $fh2 = $q->param('SEQUENCE'); ... while (<$fh1>) { ... } ... while (<$fh2>) { ... }