WWW::Myspace::Data

WWW::Myspace::Data is a WWW::Myspace database interaction.
Download

WWW::Myspace::Data Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Olaf Alders
  • Publisher web site:
  • http://search.cpan.org/~oalders/WWW-Myspace-FriendAdder/WWW-Myspace-FriendAdder/lib/WWW/Myspace/FriendAdder.pm

WWW::Myspace::Data Tags


WWW::Myspace::Data Description

WWW::Myspace::Data is a WWW::Myspace database interaction. WWW::Myspace::Data is a WWW::Myspace database interaction.SYNOPSISThis module is the database interface for the WWW::Myspace modules. It imports methods into the caller's namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access. my = ( dsn => 'dbi:mysql:database_name', user => 'username', password => 'password', ); # create a new object my $data = WWW::Myspace::Data->new( $myspace, { db => } ); # set up a database connection my $loader = $data->loader(); # initialize the database with Myspace login info my $account_id = $data->set_account( $username, $password ); # now do something useful... my $update = $data->update_friend( $friend_id ); Requirements: · Perl


WWW::Myspace::Data Related Software