summaryrefslogtreecommitdiff
path: root/now.pl
blob: 824dcc8faf367fb6c6ae329231fc7f0ed51519c1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl
#ident "$Id$"
#
# Print the time as a hexadecimal integer
#

printf "0x%08x\n", time;