Skip to content

Instantly share code, notes, and snippets.

@tskrynnyk
Created January 15, 2018 11:06
Show Gist options
  • Save tskrynnyk/8db803b8cf61e750033d65ac08dba579 to your computer and use it in GitHub Desktop.
Save tskrynnyk/8db803b8cf61e750033d65ac08dba579 to your computer and use it in GitHub Desktop.
Life day
#!/usr/bin/perl
use Date::Parse;
use Time::Duration;
my $birth=str2time("1970-01-01 10:00");
print "life day: ".int((time() - $birth)/60/60/24)."\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment