#!/usr/bin/perl -wT use strict; use POSIX qw(strftime); print strftime("%D %P",localtime);