Help for this page

Select Code to Download


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