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.49 - 2006-06-15

  • Added cool_new_people to sample_scripts.
  • Corrected cache_file example in Message.pm docs. Must be complete path.
  • get_friends/friends_who_emailed no longer displays inaccurate warning messages about page having only 7 friends and duplicate friendIDs.
  • get_friends now actually checks each friend page loaded to make sure it has the whole page (this was added before but wasn't working).
  • Fixed a bug in get_friends in which a warning would be generated stating the friend count was low when the "exclude" option was used.
  • get_friends now returns an error if it encounters a friend page with a duplicate friendID (i.e. if the URL breaks due to a myspace change and the same page of friends loads again).
  • Fixed bug in get_friends/friends_in_group in which erroneous "Une of initialized value in numeric gt (>)" warnings would be generated when getting friends from a group.
  • Updated friend_from_profile docs and examples.
  • Updated page verification RE in search_music to include ".*<\/html>" to make sure the full page is loaded.
  • Cleaned up code in get_friends, minor internal fixes elsewhere.

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
WWW::Myspace database interaction
Interactively add friends to your Myspace account
Track additions/deletions to your friends list
Auto-message your MySpace friends from Perl scripts
Base class for WWW::Myspace modules