1. Perl
  2. Predefined variable
  3. here

Get the process start time $^T

Use the predefined variable " $^T " to get the start time of the process .

$^T

The time is obtained in epoch seconds (seconds from 00:00:00 on January 1, 1970).

Related Informatrion