Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: 99 bottles, 2 lines -Didnt login- hehe

by balou (Initiate)
on Aug 04, 2003 at 00:31 UTC ( [id://280532]=note: print w/replies, xml ) Need Help??


in reply to Re: 99 bottles, 2 lines -Didnt login- hehe
in thread 99 bottles, 2 lines

oh no... forgot to login too *g*
  • Comment on Re: Re: 99 bottles, 2 lines -Didnt login- hehe

Replies are listed 'Best First'.
Re: Re: Re: 99 bottles, 2 lines -Didnt login- hehe
by Anonymous Monk on Dec 03, 2003 at 23:01 UTC
    129, and properly decrements the count inside of the verse

    $i=99;$b="bottles of beer";$o=" on the wall";while($i){print "$i $b$o, $i $b\nTake one down, pass it around\n",--$i," $b$o!\n\n"}

    186, but accounts for the fact that you would say 1 bottle but still say 0 bottles.

    $i=99;$f=" of beer";$o=" on the wall";while($i){$b="bottle";$b.="s"if$i!=1;print" $b$f$o\n\n"if$i!=99;print"$i $b$f$o, $i $b$f\nTake one down, pass it around, ",--$i}print" ${b}s$f$o\n";

    --Gilder

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://280532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-18 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found