http://www.perlmonks.org?node_id=553655


in reply to Re^3: Find Execution time of perl script??
in thread Find Execution time of perl script??

Too true.

In fact, I use a vim skeleton.pl file that looks like so:

~ cat skeleton.pl #!/usr/bin/perl -w use strict; use Data::Dumper::Simple;

So yes, in my case at least - it is actually more trouble for me to not use strict and warnings :)