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

NAME

DynGig::Range::Integer::Parse - Implements DynGig::Range::Interface::Parse.

DESCRIPTION

OBJECT

A even sized ARRAY containing boundary values of contiguous elements, in ascending order.

e.g. '-5,23,4~13,0~2' is stored as [ -5, -5, 0, 2, 4, 13, 23, 23 ]

LITERAL

A rudimentary range form. e.g.

 '4~13'
 '-5'

NOTE

See DynGig::Range