Help for this page

Select Code to Download


  1. or download this
    my $string = qq{"Hello "World" Good Morning"};
    $string=~s/"/\\"/g;
    print $string;