http://www.perlmonks.org?node_id=1035815


in reply to Re: how to print out side of for loop?
in thread how to print out side of for loop?

"marto, the responses in his previous post were excellent but VERY technical. Unless you are familiar with perl and programming lingo, they may be difficult to understand."

They specifically asked how to print without using a for loop. The responses in the previous thread show examples of doing this, and an explanation is provided. Your code (which uses a for loop to print) does not even compile:

Missing $ on loop variable at derp.pl line 6.

Fixing this problem your code produces:

The second array has 2 elements They are: 42 42 ARRAY(0x71b668) ARRAY(0x88cda0 +)

Are you sure this is what you intended to show them?