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