I am trying to modify a Perl script that was written by an ex employee. The script is supposed to extract customer details from our database so that the details can be transferred using sendmail to another database.
The test data on the database consists of 7 customers from 111111111 to 777777777. I have managed to get the script to print all but one customer (777777777) to the output file (test.xml) also each customer is being added to the file several times before the loop moves on to the next customer. Can have a look at the script and shed some light on why this might be happening. Thanks Caroline
mcp.pl
Description: Perl program
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]