GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Games::League::Member(3) User Contributed Perl Documentation Games::League::Member(3)

Games::League::Member - Objects which Games::Tournament::RoundRobin can pair

Version 0.01

    my $foo = Games::League::Member->new( index => '15', name => 'Your New Knicks' );
    ...

Games::Tournament::RoundRobin supports objects which have an index and a name method accessor, like this members of this class, Games::League::Member.

Games::Tournament::RoundRobin will use this class when constructing a Bye member if the application does not supply one.

Module::Build to install.

        Games::League::Member->new( index => '15', name => 'Your New Knicks' )

        $member->name

Returns the name of the league member, a string that may or may not be unique to the member.

        $member->index

Returns the index of the league member, a number unique to the member in the range 0 .. n-1.

Dr Bean, "<lang at ms.chinmin.edu.tw>"

Please report any bugs or feature requests to "bug-league-member at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-RoundRobin-Schedule>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc Games::League::Member

You can also look for information at:

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Games-RoundRobin-Schedule>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Games-RoundRobin-Schedule>

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-RoundRobin-Schedule>

  • Search CPAN

    <http://search.cpan.org/dist/Games-RoundRobin-Schedule>

Thanks to the perl community for (0;$every;1) { $stacks .= $i; }

Copyright 2006 Dr Bean, all rights reserved.

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

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.