Help for this page

Select Code to Download


  1. or download this
    for $r (@a) {
      $b[$r][$_] = $" for @a }
    
  2. or download this
    @b = ([($")x@a])x@a;
    
  3. or download this
    print map{ @{$e[$_]}, $/ } @a;
    
  4. or download this
    print @{$e[$_]}, $/ for @a;