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.15 - 2006-01-25

  • Fixed condition in submit_form so it'll try 5 times with 2 second delay if there's a network error.
  • Updated test suite for new max_count in Message and removed extra "approve_friends" test in 01-login.t
  • Added handling of private profiles in send_message - returns "FF"
  • send_message converts literal '\n' into "\n".
  • Added handling of away messages - returns "FA"
  • Added handling of excess usage - returns "FE" Message.pm:
    • Added result code display (i.e. why are we sleeping?) when sleeping and "noisy" is on.
    • Det default max_count to 300.
    • Added handling of private profiles and away messages.
    • Added handling of usage being exceeded - returns "USAGE".

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