Help for this page
blah(); # void $x = blah(); # scalar @x = blah(); # list
my $x = []; # $x is now an (empty) arrayref $x = blah(); # $x is a scalar - wantarray reports 0