| Palm-Zetetic-Strip documentation | view source | Contained in the Palm-Zetetic-Strip distribution. |
Palm::Zetetic::Strip::System - An immutable system object
use Palm::Zetetic::Strip; # Create and load a new Palm::Zetetic::Strip object @systems = $strip->get_systems() $id = $systems[0]->get_id(); $name = $systems[0]->get_name();
This is an immutable data object that represents a system. A Palm::Zetetic::Strip(3) object is a factory for system objects.
$id = $system->get_id();
Returns the ID of this system.
$name = $system->get_name();
Returns the string name of this system;
Palm::Zetetic::Strip(3)
Dave Dribin
| Palm-Zetetic-Strip documentation | view source | Contained in the Palm-Zetetic-Strip distribution. |