- or download this
our $length=scalar @$val;
for (0...$length-1)
- or download this
my @aoa = ('header',['html','head','body',],
'font',['font','face','size','color'],
'content',['h1','p','code'])
- or download this
my %hoa = ('header',['html','head','body',],
'font',['font','face','size','color'],
'content',['h1','p','code'])