View Single Post
Old 10-14-2003, 12:10 AM   #66
OnyxCougar
Junior Master Dwellar
 
Join Date: Mar 2003
Location: Kingdom of Atlantia
Posts: 2,979
Quote:
Originally posted by dave

<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>

How wonderful a response from you, Dave. Was it suppose to mean something I could understand?
__________________

Impotentes defendere libertatem non possunt.

"Repetition does not transform a lie into a truth."
~Franklin D. Roosevelt
OnyxCougar is offline   Reply With Quote