Help for this page

Select Code to Download


  1. or download this
    $problem= "[";
    $str= "(input)";
    $str =~ s/input/input value="$problem"/;
    print "<$str>\n";
    # produces <(input value="[")>