in reply to Mandatory Fields
Make it a bit more readable while you're at it.
$Mandatory_Fields= '*' . join( '*', 'Customer Name', 'Customer Email', 'Phone Number', 'Payment Method', 'BillingAddressLine1', 'BillingCity', 'BillingPostCode', param( 'Payment Method' ) eq 'Credit Card' ? qw( CardStartDate CardIssueNo CardSecurityCode ) : () );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Mandatory Fields
by Anonymous Monk on Jun 25, 2003 at 22:25 UTC | |
by ehdonhon (Curate) on Jun 26, 2003 at 00:38 UTC |