Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c868486f747f2df34f9a533ef7be0d19 > files > 15

perl-WWW-Myspace-0.60-10.fc16.noarch.rpm

#!/usr/bin/perl -w
use WWW::Myspace;

my $myspace = new WWW::Myspace( auto_login => 0 );

my $cool = $myspace->cool_new_people( 'US' );

foreach $person ( keys ( %{ $cool } ) ) {

  print $person . "\n";

}