in reply to How to return the two set of arrays to the main program at the same time ??

Return references to the arrays. See "perldoc perlreftut", "perldoc perlref" and "perldoc perlsub".

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: How to return the two set of arrays to the main program at the same time ??