Help for this page

Select Code to Download


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