Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    ...
    
        is_deeply( \@result, $wanted, $name );
    }
    
  2. or download this
        my @substr_mat = ();
        my $substr_tmp1 = ();
    ...
                    $substr_mat[$m++] = $substr_tmp2;
            }        
        }
    
  3. or download this
        my @substr_mat = ();
        my %map1       = ();
    ...
              ? $substr_tmp1
              : $substr_tmp2;
        }