in reply to $S, @A, %H parameter in function call
sub func { my ($scalar, $array_ref, $hash_ref) = @_; } func($scalar, \@array, \%hash); [download]