File Perl

!/bin/perl
open(INPIPE, "date /T |");    
$today =  ";
print $today;
close(INPIPE);