# print the data sub printer { my @array = @_; foreach(@array) { print "@{$_}\n"; } } [download]
In reply to Re: Re: Passing arrays by jjohhn in thread Passing arrays by Anonymous Monk