The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CSS::SAC::SelectorList - SAC SelectorLists

SYNOPSIS

 fill this in later...

DESCRIPTION

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.

METHODS

  • 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

AUTHOR

Robin Berjon <robin@knowscape.com>

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