Help for this page

Select Code to Download


  1. or download this
    $string = '"testing the data available';
    print scalar ($string =~ tr/"//), "\n";
    $string .= '"' if ($string =~ tr/"//) % 2;
    print ($string =~ tr/"//);