poverty
eprom.jones
created: 2006-03-14 21:56:04
sub i_spend($loot)
{
   for (1 .. $credit){
      $loot -= $bills;
   }
   shift @ours;
}


@$mine = ();
@ours = map {i_spend($_)} @yours;

unless (@ours){
  print "someday...\n";
}

Re: poverty
created: 2006-03-15 07:39:00
*heh* ++
however:
my $wallet=='empty' until $day==$payday;

perlmonks.org content © perlmonks.org and ciderpunx, eprom.jones

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03