Help for this page

Select Code to Download


  1. or download this
    @list=(@a,@default)[0..$#default];
    
  2. or download this
    @list=map {$_>$#a ? $default[$_] : $a[$_] } 0..$#default;