Help for this page
use Modern::Perl; sub create_output (\@$) { ... } my @array = qw/1 2 3 4/; create_output @array, 5;
array: 1 2 3 4 scalar: 5