I posted the other day a question about writing a daemon to monitor a directory and then process the files as they arrive in said directory. I will begin working on this shortly, but I have a related question and this I think is mainly a question of good coding practice. Eventually, there will be several different types of files that will be hitting this directory for processing. The processing that occurs on each file will be based on the filename. I see two ways of writing this code. First, I could write each section of code as a separate Perl script that is called by the daemon. The other way I see doing this is to write each section of code as a subroutine within the daemon program and have that called. Any suggestions on which of these would be better? More correct? Etc.? Thanks in advance for the help yet again.
Scott Nipp Phone: (214) 858-1289 E-mail: [EMAIL PROTECTED] Web: http:\\ldsa.sbcld.sbc.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]