I have a dcom function need to be fed with date type. I'd like to call it in my perl script, but I have no idea to create date type in perl.
In short, my question is how translate below vbs statement into perlish one
date_from = DateSerial( 2011, 01, 01) + TimeSerial(6, 0, 0)
Thanks in advance!