in reply to PAR Error

I should have included this in my initial question: I'm trying to convert the "add_friends" script that's included with the WWW-Myspace-0.58 module to an exe for easier portability. Any help would be greatly appreciated. These are the steps I have taken thus far:
# Added the following pragmas to the 'add_friends' script because pp c +omplained they were missing: use Contextual::Return::Failure; use DateTime::Locale::en_US; # I created the exe as follows: pp -o add_friends.exe add_friends
Thanks