fork(6) download
  1. $_ = '2012-04-21T01:56:00.581550';
  2. s/\.\d*//;
  3. print $_, "\n";
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
2012-04-21T01:56:00