[Jax.PM] Any Spades Players?

WC Jones (Bill) sneex at bellsouth.net
Sat Apr 12 21:10:58 CDT 2003


Card games?

#!perl

@suites = qw/h c d s/;

foreach $suite (@suites) {

   foreach $cards (2..13) {

     # wget http://masterspades.home.att.net

$card = $cards if ($cards < 10);
$card = 'j' if ($cards == 10);
$card = 'q' if ($cards == 11);
$card = 'k' if ($cards == 12);
$card = 'a' if ($cards == 13);

     print "/cards/$card$suite.gif\n";
   }
}

???
-Sx-

PS - My Yahoo Spades ID(s) are:
iudiciumferat
wannalickin2
spadesnihilist

In case anyone actually plays Yahoo Spades  :)




More information about the Jacksonville-pm mailing list