hi all,
I find I am confusing of return a vector(hash & array): return their reference(return \@array) or return their variable(return @array) looks no different, but return reference seems I need write more code...what does actually perl do when dealing with vector type parameter and return value? Is reference work better than variable?