Language: Perl Version: This is perl, v5.10.0 built for x86_64-linux-thread-multi Description: This program is based on the madlibs fill-in-the-blank book series where you have nouns, verbs and adjectives that can be arranged in a certain order to make funny or interesting sayings. In this case we have three arrays of nouns, verbs and adjectives. At random one element from each array is then sent to another array and that is the random saying. The program gets interesting when it spawns a server on port 3000. The user must then interact with the program by opening another terminal and issuing: telnet [computer running script – prob. Localhost or 127.0.0.1] 3000 or telnet 127.0.0.1 3000 The program will then spit back on both the server and the client a random madlib that could be either amusing or just weird. Running the program: Open a new terminal in linux issue: terminal~$ ./e1f09.pl or in windows CMD:>perl e1f09.pl This will show you a the first random saying. Open another terminal issue the command: terminal~$ telnet [computer] 3000 This should then show a new phrase – repeat until bored!