noted in an email to us that it is quite simple to change
the database delimiter in your Web Store products database.
I thought that others may want to do this, especially if
they use the "|" sign in their product descriptions!
Deanna writes that only two small changes are necessary.....
under sub check_db_with_product_id
@db_row = split(/\~/,$line);
and under sub submit_query
@fields = split(/\~/, $line);