Help for this page

Select Code to Download


  1. or download this
    for(my $i=0;$i<$#d/2;$i+=2) {
      my $t=$d[$i];
      $d[$i]=$d[$#d-$i];
      $d[$#d-$i]=$t
    }
    
  2. or download this
    my $h = [[['t','o'],[['d','i'],'n']],[[['s','r'],['l','h']],['e',[['m'
    +,['f','b']]
    ,[[['k',['w','p']],['g','u']],'a']]]]];
    ...
      @d = d($h,\@d);
    } 
    print"\n";