Help for this page

Select Code to Download


  1. or download this
    #!/opt/bin/perl
    use strict;
    ...
            }
        }
    }
    
  2. or download this
    while() {
    
  3. or download this
    @a = [ [ 1, 2 ], [ 3, 4 ] ]
    @b = [ [ 5, 6 ], [ 7, 8 ] ]
    
  4. or download this
    $Q = 
    [ 0, 0, [ 1, 2 ], [ 5, 6 ] ]
    [ 0, 1, [ 1, 2 ], [ 7, 8 ] ]
    [ 1, 0, [ 3, 4 ], [ 5, 6 ] ]
    [ 1, 1, [ 3, 4 ], [ 7, 8 ] ]
    
  5. or download this
        elsif (($count & 63) == 0) {
    
  6. or download this
            if (time > $t + 5) {
    
  7. or download this
                printf "%f\n", $count / ($N * $N * (time - $t));
                last;