sub i_spend($loot)
{
for (1 .. $credit){
$loot -= $bills;
}
shift @ours;
}
@$mine = ();
@ours = map {i_spend($_)} @yours;
unless (@ours){
print "someday...\n";
}
perlmonks.org content © perlmonks.org and ciderpunx, eprom.jones
prlmnks.org © 2006 edmund von der burg (eccles & toad)
v 0.03