Oh my Brothers and Sisters
I am trying to call a perl script from within a perl (CGI) script using backticks.
This call is being made within a while loop. To this novices frustration
only the first call is being executed. The script runs happily to its end
without error, but the external script is executed only once and not the multiple times
I had hoped for. Can anyone help me here???