Help for this page

Select Code to Download


  1. or download this
    $replacements{quotemeta($array1{$count})} = $array2{$count};
    
  2. or download this
    my $repl_str = join( '|', keys %replacements);
    $someText =~ s/($replstr)/%replacements{$1}/g;