in reply to How can one find out the pairwise difference and product between elements in a perl array without using a perl module?

... and the obvious non-destructive solution is to use to nested loops operating on indices.

So whats the problem?

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re: How can one find out the pairwise difference and product between elements in a perl array without using a perl module?