-
-
27 Nov 2002 21:15:40 UTC
- Distribution: Net-Hotline
- Module version: 0.80
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (398 / 3 / 0)
- Kwalitee
Bus factor: 1- 32.61% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (57.18KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::Hotline::TrackerListItem - File object used internally by Net::Hotline::Client
SYNOPSIS
use Net::Hotline::TrackerListItem; $file = new Net::Hotline::TrackerListItem; $file->address("hotline.foo.com"); $file->port(5500); ...
DESCRIPTION
Net::Hotline::TrackerListItem is a simple class for storing and retrieving tracked server information, You should never have to create your own Net::Hotline::TrackerListItem objects when using Net::Hotline::Client. Getting and (to a lesser extent) setting attributes is all that should be necessary.
CONSTRUCTION
- new ADDRESS, PORT, NUM_USERS, NAME, DESCRIPTION
-
With exactly five arguments, creates a new Net::Hotline::TrackerListItem object with all attributes set. With no arguments, creates a new Net::Hotline::TrackerListItem object with all attributes set to undef.
METHODS
All the Net::Hotline::TrackerListItem methods are simple attribute get/set routines. If given an argument, they set an attribute. In all cases, they return the current value of the attribute.
- address TEXT
-
The IP address of the server.
- port NUM
-
The port the server is running on.
- num_users NUM
-
The (claimed) number of users connected to the server.
- name TEXT
-
The server name, as set by the server administrator (i.e. "Ambrosia Software" or "Myth Central")
- description TEXT
-
The server description, as set by the server administrator.
AUTHOR
John C. Siracusa (siracusa@mindspring.com)
COPYRIGHT
Copyright(c) 1999 by John Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install Net::Hotline, copy and paste the appropriate command in to your terminal.
cpanm Net::Hotline
perl -MCPAN -e shell install Net::Hotline
For more information on module installation, please visit the detailed CPAN module installation guide.