#!/usr/bin/perl
$flower{petal}=35;
while($flower{petal}>0){
if($flower{petal}%2==1){
print "I love it.\n";
}
else if($flower{petal}%2==0){
print "I love it not.\n";
}
$flower{petal}--;
}Perl is one of the greatest programming languages ever. So much flexibility... such easy syntax... so many uses
(
Read more... )
Comments 9
I suggest that you improve it by adding some sort of random number generator to randomize the final result. :-p
Reply
Reply
'T's all Greek to me.
Reply
Reply
Too bad you know how to program. No one's perfect.
:p
Reply
Reply
Leave a comment