Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $str_out =~ s/"/"GC_/;
    print "string 1: $str_in\n";
    print "string 2: $str_out\n";
    
  2. or download this
    string 1: test("test
    string 2: test("GC_test