1 2 3 4 5 6 7
#!/usr/bin/perl #ident "$Id$" # # Print the time as a hexadecimal integer # printf "\'0x%08x\'\n", time;