in reply to How to return a two dimensional array from a function in Perl?

If what you need is efficient use of 2D matrices you could try using the PDL module, the Perl Data language:

http://pdl.perl.org/

  • Comment on Re: How to return a two dimensional array from a function in Perl?

Replies are listed 'Best First'.
Re^2: How to return a two dimensional array from a function in Perl?
by etj (Priest) on Jun 06, 2022 at 00:39 UTC