hi all,
i am trying to pass an array as a paramater to a sub routine as follows:
&PrintYearlyReports(@references);
i am accessing the paramater in the sub routine as follows:
my @references = @_[0];
but when i print the array out it just gives me the first value of the array
any ideas?
thanks
i am trying to pass an array as a paramater to a sub routine as follows:
&PrintYearlyReports(@references);
i am accessing the paramater in the sub routine as follows:
my @references = @_[0];
but when i print the array out it just gives me the first value of the array
any ideas?
thanks