in reply to print perl arrays using variables in array name

Your design is not just a bad idea, it is not even possible under use strict. One of the advantages of strict is that it prevents us from using this structure accidentially.
Bill

Replies are listed 'Best First'.
Re^2: print Perl arrays using variables in array name
by Athanasius (Archbishop) on Feb 23, 2016 at 06:33 UTC