App-CSVUtils
view release on metacpan or search on metacpan
lib/App/CSVUtils.pm view on Meta::CPAN
for (keys %$args) {
next ARG if defined $args->{$_}{pos} && $args->{$_}{pos} == $j;
}
$args->{$argname}{pos} = $j;
$args->{$argname}{slurpy} = 1 if $is_slurpy;
last;
}
}
sub _randext {
state $charset = [0..9, "A".."Z","a".."z"];
my $len = shift;
my $ext = "";
for (1..$len) { $ext .= $charset->[rand @$charset] }
$ext;
}
$SPEC{gen_csv_util} = {
v => 1.1,
summary => 'Generate a CSV utility',
description => <<'_',
This routine is used to generate a CSV utility in the form of a <pm:Rinci>
function (code and metadata). You can then produce a CLI from the Rinci function
( run in 0.259 second using v1.01-cache-2.11-cpan-4d50c553e7e )