Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "S(3);
    ...
    in S: x == 9  in T: x == 10
    in T: x == 11
    in T: x == 43
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "S(3);
    ...
    in T: x == 5
    in S: x == 9  in T: x == 10
    in T: x == 11