I currently import and parse each line of a file using the CGI module filefield() form input with the following code:
I now need just to have a second file of the same format just continue coming in like it is part of the first stream. Is there a quick method to make this 'while' loop just continue into the second file?