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


in reply to Re: Re: Dynamic array names
in thread Dynamic array names

If you wish to paste in code, please use the <code>...</code></code> tags. That not only gives easy formatting, but it also makes your code available from clicking on "d/l code".

UPDATE
Since tye complained, here is an example of what the CODE tag looks like:

foreach (split //, "Just another Perl hacker,\n") { print; }