Help for this page

Select Code to Download


  1. or download this
    use strict;
    use integer;
    ...
    push(@{ $play1->{VALUES} }, $value);
    print "@{ $play1->{CARDS} }\n";
    print "@{ $play1->{VALUES} }\n";
    
  2. or download this
    package Cardplay;
    
    ...
    #    }
    }
    END {}