Help for this page

Select Code to Download


  1. or download this
    $w_t->insert('end', ["row $_;", "$_ bla bla"]) for 'a'..'zzz';
    
  2. or download this
    for my $hh ('a'..'zzz') {
      $w_t->insert('end', ["row $hh;", "$hh bla bla"]);
    }