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.50 - 2006-07-06

  • get_comments sample script now accepts a profile to scan for comments and an optional friendID to use as a filter (i.e. to show only the comments they left).
    • Created friend_id, to return a user's friend id when passed their custom URL.
    • Changed return code for get_friends so that calling in any scalar context will return a hashref. This fixes a bug which would produce an error stating that get_friends cannot be called in a boolean context if the method was called in any means not explicitly a list or a hash dereference. That is: "$myhashref = $myspace->get_friends" wouldn't work. Now it will.

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