If you want to check how long a Perl-Script takes you need to use Time:HiRes and you could use this example:
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/perl use strict; use Time::HiRes qw(time); # start my $startime = time(); # run code for(1..10000){} # print result print $/."Time:".(time()-$startime)."s".$/; |
And our Result in Seconds:
1 |
Time:0.000648975372314453s |
Quality posts is the crucial to invite the visitors to go to see the web page, that’s what this web page is providing.
This article presents clear idea in favor of the
new users of blogging, that truly how to do blogging and
site-building.