Created
January 15, 2018 11:06
-
-
Save tskrynnyk/8db803b8cf61e750033d65ac08dba579 to your computer and use it in GitHub Desktop.
Life day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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