Quote:
Originally posted by OnyxCougar
Evolutionary Theory et al. is a religion.
Therefore shouldn't be taught in public school.
|
<tt>
#!/usr/bin/perl
########################
# onyx-responses.pl
#
# prints bullshit response after
# bullshit response.
#
########################
@courses=("Cooking","Reading","English","Spanish","Math","Literature");
foreach $course (@courses) {
print("$course is a religion.\n\nTherefore shouldn't be taught in public school.");
}
</tt>