Help for this page
my @xx = ['A',1,['B',2,3,4],5,['C',6,['D',7,8,9]]]; ... } } }
/A/1 /A/B/2 ... /A/C/D/7 /A/C/D/8 /A/C/D/9
Can't use string ("A") as an ARRAY ref while "strict refs" in use at t +est.pl line 6