serpentsix
Programmer
I am a Perl newbie, and new to these forums as well. I have a program that should do the following:
ask for the name of a text file that contains html code
process the tags, including some tags with text file names
open up the tags with text file names and process those
so on and so forth
I have that part running just great. I need to have it break out of the loop though, as it currently runs forever. How can I compare the read-in text file name to the text file name that is/has been already processed.
Thanks
ask for the name of a text file that contains html code
process the tags, including some tags with text file names
open up the tags with text file names and process those
so on and so forth
I have that part running just great. I need to have it break out of the loop though, as it currently runs forever. How can I compare the read-in text file name to the text file name that is/has been already processed.
Thanks