Acme-Data-Dumper-Extensions
view release on metacpan or search on metacpan
lib/Acme/Data/Dumper/Extensions.pm view on Meta::CPAN
=head3 Syntax
# Dump array of values as a string
$instance->$_DumpValues( [ values ] );
# Dump array of values with predefined names
$instance->$_DumpValues( [ values, ... ], [ names, ... ]);
=head3 Arguments
The first argument (required) must be an C<ArrayRef> of values to dump.
This value will B<ALWAYS> be used instead of any instances of C<Values> passed
earlier. Any values previously passed to C<Values> will be preserved.
The second (optional) argument is an C<ArrayRef> of names to use for values.
If this option is omitted, it will behave as if you'd passed C<[]>.
If this option is present, passed values used instead.
( run in 0.567 second using v1.01-cache-2.11-cpan-0a6323c29d9 )