The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Playmate

SYNOPSIS

  use Acme::Playmate;

  my $playmate = new Acme::Playmate("2003", "04");

  print "Details for playmate " . $playmate->{ "Name" } . "\n";
  print "Birthdate" . $playmate->{ "BirthDate" } . "\n";
  print "Birthplace" . $playmate->{ "BirthPlace" } . "\n";
  print "Bust" . $playmate->{ "Bust" } . "\n";
  print "Waist" . $playmate->{ "Waist" } . "\n";
  print "Hips" . $playmate->{ "Hips" } . "\n";
  print "Height" . $playmate->{ "Height" } . "\n";
  print "Weight" . $playmate->{ "Weight" } . "\n";

DESCRIPTION

Acme::Playmate is a Perl extension to consult the playboy playmate directory for playmate information.

EXPORT

None.

SEE ALSO

AUTHOR

O. S. de Zwart, <olle@endforward.com>

COPYRIGHT AND LICENSE

Copyright 2003 by O. S. de Zwart

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.