Help for this page

Select Code to Download


  1. or download this
    my %conv = ( '*' => '?', '?' => '#' );
    my $conv = quotemeta(join('', keys(%conv)));
    ...
    }
    
    print($result, "\n");
    
  2. or download this
    my $string = 't?e\\\\xt\\\\* with escapes\\*';
    
    ...
    }
    
    print($result, "\n");
    
  3. or download this
    my $string = 't?e\\\\xt\\\\* with escapes\\*';
    
    ...
    }
    
    print($result, "\n");