View Single Post
Old 10-13-2003, 07:44 PM   #64
dave
Guest
 
Posts: n/a
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) {
&nbsp;&nbsp;print("$course is a religion.\n\nTherefore shouldn't be taught in public school.");
}
</tt>
  Reply With Quote