Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Mandatory Fields

by Anonymous Monk
on Jun 25, 2003 at 22:25 UTC ( [id://269044]=note: print w/replies, xml ) Need Help??


in reply to Re: Mandatory Fields
in thread Mandatory Fields

Hi, I have just tried:
$Mandatory_Fields= '*' . join( '*', 'Customer Name', 'Customer Email', 'Phone Number', 'Payment Method', 'BillingAddressLine1', 'BillingCity', 'BillingPostCode', param( 'payMethods' ) eq 'Credit Card' ? qw( CardStartDate CardIssueNo CardSecurityCode ) : () );
But I am getting an internal server error when trying it out. Any ideas please?

Replies are listed 'Best First'.
Re: Re: Re: Mandatory Fields
by ehdonhon (Curate) on Jun 26, 2003 at 00:38 UTC

    Try running:

    perl -c scriptname

    Internal server errors are usually the result of your code not compiling. If that is the case, running perl -c will give you a more helpful error message.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://269044]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-24 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found