Re: Business::CreditCard

2002-01-04 Thread Naeemah Small
So it will be: print validate('$cardnumber'); print cardtype('$cardtype'); Am I right? Hanson, Robert wrote: >Check the docs that come with it (perldoc Business::CreditCard), it is >pretty straight forward. Just pass the number to validate() and it returns >tr

RE: Business::CreditCard

2002-01-04 Thread Hanson, Robert
Check the docs that come with it (perldoc Business::CreditCard), it is pretty straight forward. Just pass the number to validate() and it returns true or false. (the Synopsis from the docs) use Business::CreditCard; print validate("5276 4400 6542 1319"); print cardtype("5276

Business::CreditCard

2002-01-04 Thread Naeemah Small
Does anyone know how to use Business::CreditCard? I am writing a program that will check the card and the number and exp.date. I never used Business::CreditCard. Does any know how to use it or have a script that I can use? Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For