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

CSV::Processor::Utils

VERSION

version 1.01

SYNOPSIS

  use CSV::Processor::Utils qw( insert_after_index )
  # 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.