in reply to Getting system time in a specific format

use POSIX qw( strftime ); my $date = strftime("%m%d%y", localtime);