Help for this page

Select Code to Download


  1. or download this
      gather      => sub {
        if (@_ == 1) {
    ...
          }
        }
      },
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    printf "Total: %0.3fs\n", time - $start;