Help for this page

Select Code to Download


  1. or download this
        $character = "/\Q$character\E/" if $character eq '+';
        my $stringToProcess = join($SEP_CHAR, split($character, $string));
    
  2. or download this
        $character = "\\\$character" if $character eq '+';
        my $stringToProcess = join($SEP_CHAR, split($character, $string));