Query: css::dom::array
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CSS::DOM::Array(3pm) User Contributed Perl Documentation CSS::DOM::Array(3pm)NAMECSS::DOM::Array - Array class for CSS::DOMVERSIONVersion 0.14SYNOPSISuse CSS::DOM::Array; $array = new CSS::DOM::Array 'this', 'that'; @$array; $array->[0]; # etc. $array->length; $array->item(0);DESCRIPTIONThis module serves as a base class for array-like objects required by CSS::DOM. A CSS::DOM::Array object is simply a blessed array reference. You can use it as an array directly, or use the methods below.METHODSConstructor $array = new CSS::DOM::Array; Creates a new blessed array. Object Methods length Returns the length of the array. item ( $index) Returns the array element at the given $index.SEE ALSOCSS::DOM CSS::DOM::RuleList CSS::DOM::StyleSheetList CSS::DOM::MediaList perl v5.10.1 2010-12-10 CSS::DOM::Array(3pm)
| Related Man Pages |
|---|
| css(3pm) - debian |
| css::dom::exception(3pm) - debian |
| css::dom::util(3pm) - debian |
| css::dom::value(3pm) - debian |
| mojo::dom::html(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |