Jump to content

99 bottles of beer: Difference between revisions

→‎{{header|Perl}}: Fix excessive line length.
(→‎{{header|Perl}}: Closing lang tag)
(→‎{{header|Perl}}: Fix excessive line length.)
Line 3,315:
 
Correct grammar and nice output spacing way:
<lang perl>my $num = 99; #starting bottle count
<lang perl>my $num = 99; #starting bottle count
for (0..98) { #times going through
my $s = "s" unless ($num == 1); #grammar
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.