The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

This documentation describes version 0.01

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'

AUTHOR

Kan Liu

COPYRIGHT and LICENSE

Copyright (c) 2010. Kan Liu

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.