I have submitted a script that requires the LWP::Simple library.
To execute the script, just type:

		tpj3

The script loads and eval's a series of numbers that form the following 
line of perl code:

use LWP::Simple;printf "%s\n",((get("http://www.itknowledge.com/tpj"))=~m#<TITLE>\s*(.*?)\s*</TITLE>#is);

This code goes out to main web page of The Perl Journal and strips 
out the TITLE, which happens to be "The Perl Journal", and prints it 
out. Hope you enjoyed this submission.

Thanks,

Art Ramos