NAME
seq-numseq - Like seq, but accepts numseq specification (e.g. '1,3,5,...,101')
VERSION
This document describes version 0.001 of seq-numseq (from Perl distribution App-seq-numseq), released on 2021-07-17.
SYNOPSIS
% seq-numseq 1,3,5,...,101
DESCRIPTION
This variant of seq accepts numseq specification (e.g. '1,3,5,...,101'). It allows you to implicitly specify increments/decrements or specify that geometric sequence instead of arithmetic one.
See NumSeq::Iter for more details.
OPTIONS
--format=s, -f
--separator=s, -s
--help, -h, -?
--version
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-seq-numseq.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-seq-numseq.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-seq-numseq
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
seq, the Unix utility.
Other seq variants or themes I've written: seq-intrange (from App::seq::intrange), seq-pl (from App::seq::pl), dateseq (from App::dateseq) which can generate date sequences, including infinite ones, seq-pericmd (from App::SeqPericmd) which lets you customize increment/step (e.g. 0.5) or limit the number of items.
Sah::Schema::NumSeq, Regexp::Pattern::NumSeq, NumSeq::Iter.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.