home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _23218c34a32d860cd6aee959811d8d5c < prev    next >
Text File  |  2000-03-23  |  2KB  |  75 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Set::Scalar::Universe - universes for set members</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Set::Scalar::Universe - universes for set members</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#author">AUTHOR</A></LI>
  26. </UL>
  27. <!-- INDEX END -->
  28.  
  29. <HR>
  30. <P>
  31. <HR>
  32. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  33. <UL>
  34. <LI>Linux</LI>
  35. <LI>Solaris</LI>
  36. <LI>Windows</LI>
  37. </UL>
  38. <HR>
  39. <H1><A NAME="name">NAME</A></H1>
  40. <P>Set::Scalar::Universe - universes for set members</P>
  41. <P>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <P><STRONG>Do not use directly.</STRONG></P>
  45. <P>
  46. <HR>
  47. <H1><A NAME="description">DESCRIPTION</A></H1>
  48. <P>There are only two guaranteed interfaces, both sort of indirect.</P>
  49. <P>The first one is accessing the universe of a set:</P>
  50. <PRE>
  51.     $set->universe</PRE>
  52. <P>This contains the members of the universe</P>
  53. <PRE>
  54.     $set->universe->members</PRE>
  55. <P>of the <CODE>$set</CODE>.</P>
  56. <P>The second supported interface is displaying set universes.</P>
  57. <PRE>
  58.     print $set->universe, "\n";</PRE>
  59. <P>This will display the members of the set inside square brackets: [],
  60. as opposed to sets,  which have their members shown inside
  61. parentheses: ().</P>
  62. <P>
  63. <HR>
  64. <H1><A NAME="author">AUTHOR</A></H1>
  65. <P>Jarkko Hietaniemi <<A HREF="mailto:jhi@iki.fi">jhi@iki.fi</A>></P>
  66. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  67. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  68. <STRONG><P CLASS=block> Set::Scalar::Universe - universes for set members</P></STRONG>
  69. </TD></TR>
  70. </TABLE>
  71.  
  72. </BODY>
  73.  
  74. </HTML>
  75.