10-14-2003, 12:10 AM
|
#6
|
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) {
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
|
|
|