[wlug_org] Online Voting & Wellylug monies etc....
Wood Brent
wlug_org@lists.naos.co.nz
Sun, 8 Aug 2004 13:28:41 -0700 (PDT)
> > a good programming paradigm to this effect :-)
>
>
> #!/usr/bin/perl
>
> while ()
> {
> print "We have money. We must spend it.\n";
> sleep 2;
> print "What shall we spend it on?\n";
> sleep 2;
> print "We will vote!\n";
> sleep 2;
> print "We have made a decision!\n";
> sleep 2;
> }
First question: why MUST we spend it, seems like a rule has appeared from thin
air.
It also seems a bit short on reading input, but that's OK, coz the cabal will
decide for them!! It does look they are given some say though, which is nice
:-)
Brent