1Set::Scalar::ValuedUnivUesresre(C3o)ntributed Perl DocumSeentt:a:tSicoanlar::ValuedUniverse(3)
2
3
4
6 Set::Scalar::ValuedUniverse - universes for valued set members
7
9 Do not use directly.
10
12 There are only two guaranteed interfaces, both sort of indirect.
13
14 The first one is accessing the universe of a valued set:
15
16 $valued_set->universe
17
18 This contains the members of the universe
19
20 $valued_set->universe->members
21
22 of the $valued_set.
23
24 The second supported interface is displaying universes of valued sets.
25
26 print $valued_set->universe, "\n";
27
28 This will display the members of the valued set inside square brackets:
29 [], as opposed to valued sets, which have their members shown inside
30 parentheses: ().
31
33 Jarkko Hietaniemi <jhi@iki.fi>
34
35
36
37perl v5.8.8 2001-10-22 Set::Scalar::ValuedUniverse(3)