I am taking a date parameter on command line how do I validate correct format of the date in perl and need to pass it to oracle procedure. Currently I pass procedure the date as VARCAHR2 but I want to pass it as date. I get error if I pass it as date.
Start Free Trial