NAME
CSV::Processor::Utils
VERSION
version 1.01
SYNOPSIS
# or CSV::Processor::Utils qw[:ALL];
my
$text
= insert_after_index(
$index
,
$val_to_insert
,
$list
)
insert_after_index
Insert element after particular index
Someone please add this function to List::MoreUtils
insert_after_index(
$index
,
$val_to_insert
,
$list
)
AUTHOR
Pavel Serikov <pavelsr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Pavel Serikov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.