Skip to content

Instantly share code, notes, and snippets.

@catatsuy
Created January 4, 2013 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save catatsuy/4453548 to your computer and use it in GitHub Desktop.
Save catatsuy/4453548 to your computer and use it in GitHub Desktop.
This is a sample of Acme::MorningMusume
use strict;
use warnings;
use utf8;
use FindBin::libs;
use Acme::MorningMusume;
my $musume = Acme::MorningMusume->new;
my @active_members = $musume->members('active');
print $_->family_name_ja . $_->first_name_ja . "\n" for @active_members;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment