Hi, When I run my program with "use warnings". I get the following error:
Use of uninitialized value in concatenation (.) or string at miva_order_check.pl line 52, <ORDER> line 40067. Here is the is offending line of code: my $sth =$dbh->prepare("UPDATE miva_orders SET shiptype='$shipping_method',coupon_type='$coupon_type',coupon_amount='$coupo n_amount' WHERE order_number='$order_number'"); What do I need to do to fix this? TIA Trevor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]