Help for this page

Select Code to Download


  1. or download this
    use Time::HiRes qw( gettimeofday tv_interval );
    
    ...
    
        return $maxflips;
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
        } while $index-- > 0;
        return $maxflips;
    }