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
CSS::SAC::SelectorList(3) User Contributed Perl Documentation CSS::SAC::SelectorList(3)

CSS::SAC::SelectorList - SAC SelectorLists

 fill this in later...

SAC SelectorLists are simple arrayrefs with a few methods on top. I recommend that you use them the Perl way because they are really nothing more than arrays. However there was demand for the methods that exist in the spec, so I added this interface.

  • CSS::SAC::SelectorList->new(\@selectors) or $sl->new(\@selectors)

    Creates a new sl, optionally with those selectors.

  • $sl->Length

    Returns the length of the array

  • $sel->Item($index,[$selector])

    get/set a selector at that (0-based) index in the array

Robin Berjon <robin@knowscape.com>

This module is licensed under the same terms as Perl itself.

2001-08-17 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.