Help for this page

Select Code to Download


  1. or download this
    use strict;
    #use warnings;
    ...
    print tt(undef, "0but"), "\n";
    print tt(0, 0), "\n";
    print tt(1, 1), "\n";
    
  2. or download this
    (undef, undef):    
    (0, undef):    
    ...
    (undef, 0but):    5
    (0, 0):    0
    (1, 1):    1