sub test { .... return ($mes1,$mes2); } @array = test; -or- ($val1,$val2) = test; [download]
In reply to Re: Subroutines and Passing data ... by aukjan in thread Subroutines and Passing data ... by dtharby