This document contains a Perl script that takes a random tweet from a user's friends timeline, runs it through a MeCab morphological analyzer to add zenkaku spaces, and tweets it back to the original user with an added prefix. The script defines a Twitter object, retrieves a random friend's tweet, runs it through the MeCab analyzer to insert zenkaku spaces according to part-of-speech tags, and tweets it back to the original user with an added prefix.