I\'m working on a Perl program at work and stuck on (what I think is) a trivial problem. I simply need to build a string in the format \'06/13/2012\' (always 10 characters,
use DateTime qw(); DateTime->now->strftime('%m/%d/%Y')
expression returns 06/13/2012
06/13/2012