in reply to Re: Can map or splice replace my use of for loop + push + grep for my array transmogrification?
in thread Can map or splice replace my use of for loop + push + grep for my array transmogrification?

Thanks much. I'm very appreciative. I'm just pointing out a wee typo, tho. You skipped a $.

push @temp, map "$_.area$h", @shorts;

...unless you did that intentionally as some sort of test.

  • Comment on Re^2: Can map or splice replace my use of for loop + push + grep for my array transmogrification?
  • Download Code

Replies are listed 'Best First'.
Re^3: Can map or splice replace my use of for loop + push + grep for my array transmogrification?
by ikegami (Patriarch) on Nov 04, 2009 at 00:19 UTC

    unless you did that intentionally

    No, fixed.