Skip to content

Instantly share code, notes, and snippets.

@tinbotu
Created July 1, 2012 00:23
Show Gist options
  • Save tinbotu/3026168 to your computer and use it in GitHub Desktop.
Save tinbotu/3026168 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
#
use strict;
while(1){
print `date '+%H:%M:%S.%N'`;
sleep .01;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment