Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    delete @bools{ @someOrder };
    
    printf "Took %.6f\n", time() - $start;