Help for this page
on unix: perl demo.pl | wc -l windows: perl demo.pl > nul
use strict; use warnings; ... printf {*STDERR} "duration: %0.03f seconds\n", time - $start;