Front page | perl.beginners |
Postings from December 2002
Outputting to a file.
Thread Next
From:
Caroline Warnock
Date:
December 16, 2002 10:36
Subject:
Outputting to a file.
Message ID:
3DFDF9CE.D45BB3CD@gis.dhl.com
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
Thread Next
-
Outputting to a file.
by Caroline Warnock