The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
SYNOPSIS

     use Perinci::Sub::ConvertArgs::Array qw(convert_args_to_array);
    
     my $res = convert_args_to_array(args=>\%args, meta=>$meta, ...);

DESCRIPTION

    This module provides convert_args_to_array() (and
    gencode_convert_args_to_array(), upcoming). This module is used by,
    among others, Perinci::Sub::Wrapper.