Skip to content

Instantly share code, notes, and snippets.

@cou929
Created December 10, 2012 07:42
Show Gist options
  • Save cou929/4249083 to your computer and use it in GitHub Desktop.
Save cou929/4249083 to your computer and use it in GitHub Desktop.
Time::Piece で epoch 取得
$ perl -MTime::Piece -le 'my $now = localtime->epoch; print $now;'
1355125319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment