Fri, 17 May 2024


How to get a Perl script start time?

By: Anton, NetArt Media
Sat, 4 September 2021

For this purpose you may use the special Perl global variable $^T
which return the script's start time.

You may try the following:

print $^T;


Category: Web Development
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox