The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.34 - 2006-03-14

  • Switched to use WWW::Mechanize
    • Removed dependency on HTTP::Request::Form
    • Fixes "Use of initialized value" errors when sending friend requests.
  • Removed cookie_jar method. Cookies stored in memory only.
  • Moved login functions to more logical location in the code.
  • Fixed some docs typos.
  • logged_in will return false if my_friend_id couldn't be set for some reason.
  • If already_commented can't load the page, or if my_friend_id isn't set, it will return a false "true" value and set $myspace->error to a message describing the problem.
  • Added mortality to all "scripts" - if login fails, the script will die with "Login Failed". This prevents continuing with unpredictable results.

Documentation

Send friend requests to another user's friends.
Approve new friends and post a comment to them
Leave a comment for your Myspace friends
Send a message to a myspace group

Modules

Access MySpace.com profile information from Perl
Auto-comment your MySpace friends from Perl scripts
Track additions/deletions to your friends list
Auto-message your MySpace friends from Perl scripts