in reply to passing an array ref to subroutine and modifying its elements

prelayer[\($x,$mod)]; # or sub refer { [\(@_)] } prelayer refer($x,$mod);

Can you explain why you want such an interface? (I'm genuinely curious.)

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: passing an array ref to subroutine and modifying its elements
  • Download Code