Help for this page

Select Code to Download


  1. or download this
       push @tmp, $a[$_]
          if ( $a[$_ + 1]) eq ( $b[$map{$a[$_]} + 1] )
             or @tmp >= 1;
    
  2. or download this
        push @tmp, $a[$_]
          if ($a[$_ + 1] and $b[$map{$a[$_]} + 1]
              and ( $a[$_ + 1]) eq ( $b[$map{$a[$_]} + 1] )
              or @tmp >= 1);